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


IMapTopology.Class Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IM > IMapTopology Interface > IMapTopology.Class Property
ArcGIS Developer Help

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