ArcObjects Library Reference (Carto)  

IMaps2.Create Method

Creates a new map.

[Visual Basic .NET]
Public Function Create ( _
) As IMap
[C#]
public IMap Create (
);
[C++]
HRESULT Create(
  IMap** Map
);
[C++]

Parameters

Map [out, retval]

  Map is a parameter of type IMap

Product Availability

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

See Also

IMaps2 Interface