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


INALocatorLocationFieldsAgent.OIDFieldName Property (ArcObjects .NET 10.6 SDK)
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(
  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

OIDFieldName specifies the field which contains the OID values.

See Also

INALocatorLocationFieldsAgent Interface