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


IMapTopology.ClearClasses Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (EditorExt)  

IMapTopology.ClearClasses Method

Removes all feature classes from this map topology. All existing topology elements will become invalid.

[Visual Basic .NET]
Public Sub ClearClasses ( _
)
[C#]
public void ClearClasses (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

This method has been depreciated in favor of IMapTopology.ClearLayers

See Also

IMapTopology Interface