This document is archived and information here might be outdated.  Recommended version.


IRouteMeasurePointProperties2.ComplementAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasurePointProperties2 Interface > IRouteMeasurePointProperties2.ComplementAngle Property
ArcGIS Developer Help

IRouteMeasurePointProperties2.ComplementAngle Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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. 

See Also

IRouteMeasurePointProperties2 Interface