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


IObjectClassDescription.ClassExtensionCLSID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Creating annotation and dimension feature classes | Creating class extensions | Creating feature classes