Web API Reference MapGuide Open Source

STRING MgMap::GetName  )  [virtual]
 

Gets the name of this map.

.Net Syntax
string GetName();
Java Syntax
String GetName();
PHP Syntax
string GetName();

Returns:
Returns the name of the map as a string.
Example (PHP)
See MgMap Class .

Implements MgNamedSerializable.