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.