Remove an object, feature, or attributed relationship class to the topology.
[Visual Basic 6.0] Sub RemoveClass(
ByVal classToRemove As IClass _
)
[Visual Basic .NET] Public Sub RemoveClass ( _ ByVal classToRemove As IClass _ )
[C#] public void RemoveClass ( IClass classToRemove );
[Java] public void removeClass ( IClass classToRemove ) throws IOException, AutomationException
[C++] HRESULT RemoveClass( IClass* classToRemove );
An error will be raised if RemoveClass is called on a versioned topology.
Removes the specified class from the topology. RemoveClass will remove any topology rules and errors associated with the class and will not result in the creation of a dirty area, nor will the state of the topology change.