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


IDEGdbTable.CLSID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbTable.CLSID Property

The GUID for the COM Class (CoClass) corresponding to instances of the object class represented by the table data element.

[Visual Basic .NET]
Public Property CLSID As String
[C#]
public string CLSID {get; set;}
[C++]
HRESULT get_CLSID(
  BSTR* ClassID
);
[C++]
HRESULT put_CLSID(
  BSTR ClassID
);
[C++]

Parameters ClassID [out, retval] ClassID is a parameter of type BSTR ClassID [in] ClassID is a parameter of type BSTR

Product Availability

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

See Also

IDEGdbTable Interface

.NET Related Topics

Using the schema creator