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


Comments or suggestions? Send us feedback.