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


IRouteMeasurePointProperties2.NormalAngle 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.NormalAngle Property
ArcGIS Developer Help

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

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