|
|
Initializes a new MgMap object given a resource service, map definition, and a name for the map. This method is used for MapGuide Viewers or for offline map production.
.Net Syntax
|
void Create(MgResourceService resourceService, MgResourceIdentifier mapDefinition, string mapName);
|
Java Syntax
|
void Create(MgResourceService resourceService, MgResourceIdentifier mapDefinition, String mapName);
|
PHP Syntax
|
void Create(MgResourceService resourceService, MgResourceIdentifier mapDefinition, string mapName);
|
- Parameters:
-
|