Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgMapPlotCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
MgMapPlotCollection
Remove
RemoveAt
SetItem
void MgMapPlotCollection::Add
(
MgMapPlot
*
value
)
Adds the specified MapPlot to the end of the collection.
.NET Syntax
void Add(MgMapPlot value);
Java Syntax
void Add(MgMapPlot value);
PHP Syntax
void Add(MgMapPlot value);
Parameters:
value
(
MgMapPlot
)
MgMapPlot
to be added to the collection.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.