Web API Reference
MapGuide Open Source
Main Page
Modules
Namespaces
Classes
Files
MgMap
Create
Create
GetDataExtent
GetDisplayDpi
GetDisplayHeight
GetDisplayWidth
GetFiniteDisplayScaleAt
GetFiniteDisplayScaleCount
GetLayerGroups
GetLayers
GetMapDefinition
GetMapExtent
GetMapSRS
GetName
GetObjectId
GetSessionId
GetViewCenter
GetViewScale
MgMap
Open
STRING
MgMap::GetObjectId
(
)
Gets an identifier that can be used to uniquely identify this map.
.Net Syntax
string
GetObjectId()
;
Java Syntax
String
GetObjectId()
;
PHP Syntax
string
GetObjectId()
;
Returns:
Returns the unique identifier of this map as a string.
Example (PHP)
See
MgMap Class
.