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


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

IDEGdbTable.EXTCLSID Property

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

[Visual Basic .NET]
Public Property EXTCLSID As String
[C#]
public string EXTCLSID {get; set;}
[C++]
HRESULT get_EXTCLSID(
  System.String* ClassID
);
[C++]
HRESULT put_EXTCLSID(
  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