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


IDETable.HasOID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDETable Interface > IDETable.HasOID Property
ArcGIS Developer Help

IDETable.HasOID Property

Indicates if the table has an object id field.

[Visual Basic .NET]
Public Property HasOID As Boolean
[C#]
public bool HasOID {get; set;}
[C++]
HRESULT get_HasOID(
  Boolean* HasOID
);
[C++]
HRESULT put_HasOID(
  VARIANT_BOOL HasOID
);
[C++]
Parameters
HasOID [out, retval]

HasOID is a parameter of type bool* HasOID [in]
HasOID is a parameter of type bool

Product Availability

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

See Also

IDETable Interface