Web API Reference MapGuide Open Source
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.