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


IReferenceDataField.IsObjectID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataField Interface > IReferenceDataField.IsObjectID Property
ArcGIS Developer Help

IReferenceDataField.IsObjectID Property

Indicates if the field is the ObjectID field.

[Visual Basic .NET]
Public ReadOnly Property IsObjectID As Boolean
[C#]
public bool IsObjectID {get;}
[C++]
HRESULT get_IsObjectID(
  Boolean* bShape
);
[C++]
Parameters
bShape [out, retval]

bShape is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IReferenceDataField Interface