AcMapMap::Create Method (string, MgEnvelope*, string)

Autodesk GIS Map Platform

AcMapMap:: Create Method
(string, MgEnvelope*, string)

Initializes a new Map object given a spatial reference system, spatial extent of the map, and a name for the map.

virtual void Create(
    string mapSRS, 
    MgEnvelope* mapExtent, 
    string mapName
);
Parameters 
Description 
mapSRS 
A string specifying the spatial reference system in OpenGIS WKT format.  
mapExtent 
An MgEnvelope defining the overall extent of the map. 
mapName 
A string that specifies the name of the map. 
Returns

Returns nothing.

Remarks

This method is not supported in AutoCAD Map 3D and will always throw MgNotImplementedException.

MgXX classes belong to the OsGeo.MapGuide namespace and are descibed in the Geospatial Platform Reference.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].