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


IDETable.HasOID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

Parameters HasOID [out, retval] HasOID is a parameter of type VARIANT_BOOL HasOID [in] HasOID is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDETable Interface

.NET Related Topics

Using the schema creator