ArcObjects Library Reference (EditorExt)  

IMapTopology.AddClass Method

Adds a feature class to this map topology. All existing topology elements will become invalid.

[Visual Basic .NET]
Public Sub AddClass ( _
    ByVal fclass As IFeatureClass _
)
[C#]
public void AddClass (
    IFeatureClass fclass
);

Product Availability

Available with ArcGIS Desktop.

Remarks

This method has been depreciated in favor of IMapTopology.AddLayer

See Also

IMapTopology Interface