Route::GetRouteNegation
Defined in:
Returns the route negation flag.
C4Processes.h
Prototype
bool GetRouteNegation(void) const;
Description
The GetRouteNegation
function returns a boolean value indicating whether the route negates its data. If the return value is true
, then the data is negated.Initially, a route does not negate its data.
See Also