ArcObjects Library Reference (Location)  

IRouteMeasurePointProperties2.NormalAngle Property

Indicates if the angle field should be the normal or the tangent anglea.

[Visual Basic .NET]
Public Property NormalAngle As Boolean
[C#]
public bool NormalAngle {get; set;}
[C++]
HRESULT get_NormalAngle(
  VARIANT_BOOL* Value
);
[C++]
HRESULT put_NormalAngle(
  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

This property is used to set whether the angle will be the normal angle (True) or the tangent angle (False) at the point event's route measure location.  The normal angle is perpendicular to the route at the route measure location whereas, the tangent is parallel to the route.

The Normal direction is determined by what is set in IRouteEventProperties2::MDirectionOffsetting.  If MDirectionOffsetting is set to True, the angle will be normal to the increasing measure direction.  If MDirectionOffsetting is set to False, the angle will be normal to the route's digitized direction. 

See Also

IRouteMeasurePointProperties2 Interface