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


IRouteMeasurePointProperties2.AngleFieldName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IRouteMeasurePointProperties2.AngleFieldName Property

Name of the angle field name.

[Visual Basic .NET]
Public Property AngleFieldName As String
[C#]
public string AngleFieldName {get; set;}
[C++]
HRESULT get_AngleFieldName(
  BSTR* fieldName
);
[C++]
HRESULT put_AngleFieldName(
  BSTR fieldName
);
[C++]

Parameters fieldName [out, retval] fieldName is a parameter of type BSTR fieldName [in] fieldName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This is used to set the name of the angle field that will exist in the RouteEventSource.

See Also

IRouteMeasurePointProperties2 Interface

.NET Related Topics

Location