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


IReferenceDataField.IsObjectID Property (ArcObjects .NET 10.5 SDK)
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