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

Use FindClass to return the index position of the desired featureclass. Use this index with the Class method that returns a specific FeatureClass based on its index in the MapTopology.

See Also

IMapTopology Interface