Route::SetRouteNegation
Defined in:
Sets the route negation flag.
C4Processes.h
Prototype
void SetRouteNegation(bool negation);
Parameters
negation |
The new negation flag. |
Description
The SetRouteNegation
function specifies whether the route negates its data. If the value of the negation
parameter is true
, then the data is negated.Initially, a route does not negate its data.
See Also