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


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

IObjectClassDescription.InstanceCLSID Property

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

[Visual Basic .NET]
Public ReadOnly Property InstanceCLSID As UID
[C#]
public UID InstanceCLSID {get;}
[C++]
HRESULT get_InstanceCLSID(
  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

IObjectClassDescription Interface | IClassSchemaEdit Interface

.NET Related Topics

Creating annotation and dimension feature classes | Creating class extensions | Creating feature classes | Creating tables | Using the schema creator