Web API Reference MapGuide Open Source

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 .