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


IFeatureWorkspaceSchemaEdit.AlterClassExtensionCLSID Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureWorkspaceSchemaEdit.AlterClassExtensionCLSID Method

Changes the class extension COM class associated with this database class.

[Visual Basic .NET]
Public Sub AlterClassExtensionCLSID ( _
    ByVal Name As String, _
    ByVal ClassExtensionCLSID As UID, _
    ByVal classExtensionProperties As IPropertySet _
)
[C#]
public void AlterClassExtensionCLSID (
    string Name,
    UID ClassExtensionCLSID,
    IPropertySet classExtensionProperties
);
[C++]
HRESULT AlterClassExtensionCLSID(
  BSTR Name,
  IUID* ClassExtensionCLSID,
  IPropertySet* classExtensionProperties
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR ClassExtensionCLSID [in]
ClassExtensionCLSID is a parameter of type IUID classExtensionProperties [in]
classExtensionProperties is a parameter of type IPropertySet

Product Availability

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

See Also

IFeatureWorkspaceSchemaEdit Interface