ArcObjects Library Reference (Carto)  

IMaps.Add Method

Adds a map to the collection.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Map As IMap _
)
[C#]
public void Add (
    IMap Map
);
[C++]
HRESULT Add(
  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

IMaps Interface