ArcObjects Library Reference (Location)  

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(
  VARIANT_BOOL* bShape
);
[C++]

Parameters

bShape [out, retval]   bShape is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IReferenceDataField Interface