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


IClass.CLSID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IClass.CLSID Property

The GUID for the COM Class (CoClass) corresponding to instances of this object class.

[Visual Basic .NET]
Public ReadOnly Property CLSID As UID
[C#]
public UID CLSID {get;}
[C++]
HRESULT get_CLSID(
  IUID** InstanceCLSID
);
[C++]

Parameters InstanceCLSID [out, retval]
InstanceCLSID is a parameter of type IUID

Product Availability

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

See Also

IClass Interface