ArcObjects Library Reference (EditorExt)  

IMapTopology.ClassCount Property

The count of feature classes currently participating in this map topology.

[Visual Basic .NET]
Public ReadOnly Property ClassCount As Integer
[C#]
public int ClassCount {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This method has been depeciated in favor of IMapTopology.get_LayerCount

See Also

IMapTopology Interface