This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* angleField
);
[C++] Parameters angleField [in]
angleField is a parameter of type bool angleField [out, retval]
angleField is a parameter of type 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.