This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocatorLocationFieldsAgent Interface > INALocatorLocationFieldsAgent.OIDFieldName Property (ArcObjects .NET 10.5 SDK) |
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
OIDFieldName specifies the field which contains the OID values.