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


IRouteMeasurePointProperties2.AngleFieldName Property (ArcObjects .NET 10.6 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(
  System.String* fieldName
);
[C++]

Parameters fieldName [in]
fieldName is a parameter of type BSTR fieldName [out, retval]
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