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


IObjectClassDescription.ClassExtensionCLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjectClassDescription Interface > IObjectClassDescription.ClassExtensionCLSID Property
ArcGIS Developer Help

IObjectClassDescription.ClassExtensionCLSID Property

The CLSID of the class extension COM class that implements class level behavior.

[Visual Basic .NET]
Public ReadOnly Property ClassExtensionCLSID As UID
[C#]
public UID ClassExtensionCLSID {get;}
[C++]
HRESULT get_ClassExtensionCLSID(
  IUID** ClassExtensionCLSID
);
[C++]
Parameters
ClassExtensionCLSID [out, retval]

ClassExtensionCLSID is a parameter of type IUID**

Product Availability

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

See Also

IObjectClassDescription Interface | IClassExtension Interface | IClassSchemaEdit Interface