This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasurePointProperties2 Interface > IRouteMeasurePointProperties2.ComplementAngle Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type VARIANT_BOOL Value [in] Value is a parameter of type VARIANT_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.