AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgMapBase::Open ( MgResourceService resourceService,
CREFSTRING  mapName 
) [virtual]

Loads the map object from a session repository.

Note:
This is not valid with AutoCAD Map 3D. It works with MapGuide only.
Remarks:
For more information, see Maps and Layers.
.NET Syntax
virtual void Open(MgResourceService resourceService, string mapName);
Java Syntax
virtual void Open(MgResourceService resourceService, String mapName);
PHP Syntax
virtual void Open(MgResourceService resourceService, string mapName);

Parameters:
resourceService An MgResourceService that can be used to retrieve the map.
mapName A string that specifies the name of the map. This is the name that was specified when Create was called to create the map object.
Returns:
Returns nothing.