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


INALocatorLocationFieldsAgent.OIDFieldName 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.OIDFieldName Property
ArcGIS Developer Help

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