ArcObjects Library Reference (NetworkAnalyst)  

INALocatorLocationFieldsAgent.OIDFieldName Property

The OID field name.

[Visual Basic .NET]
Public Property OIDFieldName As String
[C#]
public string OIDFieldName {get; set;}
[C++]
HRESULT get_OIDFieldName(
  BSTR* FieldName
);
[C++]
HRESULT put_OIDFieldName(
  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

OIDFieldName specifies the field which contains the OID values.

See Also

INALocatorLocationFieldsAgent Interface