This document is archived and information here might be outdated. Recommended version. |
Indicates if 180 degres should be added to the angle field value.
[Visual Basic .NET]
Public Property ComplementAngle As Boolean
[C#]
public bool ComplementAngle {get; set;}
[C++]
HRESULT get_ComplementAngle(
VARIANT_BOOL Value
);
[C++]
HRESULT put_ComplementAngle(
Boolean* Value
);
[C++] Parameters Value [in]
Value is a parameter of type bool Value [out, retval]
Value is a parameter of type bool*
The ComplementaryAngle property calculates the angle which is 180 degrees to the Normal or Tangent of the route at the point events route measure location. If the NormalAngle property is set to True, the calculated angle will be the angle 180 degrees to the Normal. If the NormalAngle property is set to False, the calculated angle will be the angle 180 degrees to the Tangent.