ArcObjects Library Reference (EditorExt)  

IMapTopology.Class Property

A reference to the specified feature class in this map topology.

[Visual Basic .NET]
Public Function get_Class ( _
    ByVal index As Integer _
) As IFeatureClass
[C#]
public IFeatureClass get_Class (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Remarks

This method has been depreciated in favor of IMapTopology2.get_Layer

See Also

IMapTopology Interface