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


IMapTopology2.RemoveLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IM > IMapTopology2 Interface > IMapTopology2.RemoveLayer Method
ArcGIS Developer Help

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