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


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

IFeatureWorkspaceSchemaEdit.AlterInstanceCLSID Method

Changes the instance COM class associated with this database class.

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

Parameters Name [in] Name is a parameter of type BSTR InstanceCLSID [in]
InstanceCLSID is a parameter of type IUID

Product Availability

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

See Also

IFeatureWorkspaceSchemaEdit Interface