Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgMapPlot
GetCenter
GetExpandToFit
GetExtent
GetLayout
GetMap
GetMapPlotInstruction
GetPlotSpecification
GetScale
MgMapPlot
MgMapPlot
MgMapPlot
SetCenterAndScale
SetExtent
SetLayout
SetMap
SetMapPlotInstruction
SetPlotSpecification
void MgMapPlot::SetMap
(
MgMap
*
map
)
Set the
MgMap
object to plot.
.NET Syntax
void SetMap(MgMap map);
Java Syntax
void SetMap(MgMap map);
PHP Syntax
void SetMap(MgMap map);
Parameters:
map
(
MgMap
) The
MgMap
object to plot.
Returns:
Nothing
Comments or suggestions? Send us
feedback
.