ArcObjects Library Reference (Location)  

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(
  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

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