This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasurePointProperties2 Interface > IRouteMeasurePointProperties2.AddAngleField Property (ArcObjects .NET 10.5 SDK) |
Indicates if an angle field should be added to the field set.
[Visual Basic .NET] Public Property AddAngleField As Boolean
[C#] public bool AddAngleField {get; set;}
[C++]
HRESULT get_AddAngleField(
VARIANT_BOOL* angleField
);
[C++]
HRESULT put_AddAngleField(
VARIANT_BOOL angleField
);
[C++]
Parameters angleField [out, retval] angleField is a parameter of type VARIANT_BOOL angleField [in] angleField is a parameter of type VARIANT_BOOL
This property will allow you to add an angle field to the RouteEventSource. The angle is calculated dynamically for every point event at its route measure location.