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


IFeatureWorkspaceSchemaEdit.AlterInstanceCLSID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureWorkspaceSchemaEdit Interface > IFeatureWorkspaceSchemaEdit.AlterInstanceCLSID Method
ArcGIS Developer Help

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