This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocatorLocationFieldsAgent Interface > INALocatorLocationFieldsAgent.PositionFieldName Property (ArcObjects .NET 10.4 SDK) |
The position field name.
[Visual Basic .NET] Public Property PositionFieldName As String
[C#] public string PositionFieldName {get; set;}
[C++]
HRESULT get_PositionFieldName(
BSTR* FieldName
);
[C++]
HRESULT put_PositionFieldName(
BSTR FieldName
);
[C++]
Parameters FieldName [out, retval] FieldName is a parameter of type BSTR FieldName [in] FieldName is a parameter of type BSTR
PositionFieldName specifies the field which contains the position values. Position values range from 0.0 to 1.0 along the feature.