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


INALocatorLocationFieldsAgent.PositionFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocatorLocationFieldsAgent Interface > INALocatorLocationFieldsAgent.PositionFieldName Property
ArcGIS Developer Help

INALocatorLocationFieldsAgent.PositionFieldName Property

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(
  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. Requires Network Analyst Extension.

Remarks

PositionFieldName specifies the field which contains the position values.  Position values range from 0.0 to 1.0 along the feature. 

See Also

INALocatorLocationFieldsAgent Interface