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


IMaps2.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaps2 Interface > IMaps2.Remove Method
ArcGIS Developer Help

IMaps2.Remove Method

Removes a map from the collection.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Map As IMap _
)
[C#]
public void Remove (
    IMap Map
);
[C++]
HRESULT Remove(
  IMap* Map
);
[C++]
Parameters
Map [in]

Map is a parameter of type IMap*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMaps2 Interface