MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual void MgGeometryCollection::Add ( MgGeometry value) [virtual]

Adds the specified object to the end of the collection.

.NET Syntax
void Add(MgGeometry value);
Java Syntax
void Add(MgGeometry value);
PHP Syntax
void Add(MgGeometry value);
Parameters:
value(MgGeometry) Object to add to the collection.
Returns:
Returns nothing