ArcObjects Library Reference  (Carto)    

IMaps.Create Method

Creates a new map.

[Visual Basic 6.0]
Function Create As IMap
[Visual Basic .NET]
Public Function Create ( _
) As IMap
[C#]
public IMap Create (
);
[Java]
public IMap create (
)
throws
    IOException,
    AutomationException
[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

IMaps Interface

 


Feedback Send feedback on this page