MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

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.