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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.