ArcObjects Library Reference (EditorExt)  

IMapTopology2.RemoveLayer Method

Removes a layer from this map topology. All existing topology elements will become invalid.

[Visual Basic .NET]
Public Sub RemoveLayer ( _
    ByVal index As Integer _
)
[C#]
public void RemoveLayer (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMapTopology2 Interface