Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgGeometryCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgGeometryCollection
Remove
RemoveAt
SetItem
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
.