ArcObjects Library Reference (NetworkAnalyst)  

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(
  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. 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