Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgCoordinateCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgCoordinateCollection
Remove
RemoveAt
SetItem
virtual void MgCoordinateCollection::Add
(
MgCoordinate
*
value
)
[virtual]
Adds the specified coordinate to the end of the collection.
.NET Syntax
void Add(MgCoordinate value);
Java Syntax
void Add(MgCoordinate value);
PHP Syntax
void Add(MgCoordinate value);
Parameters:
value
(
MgCoordinate
) Coordinate to add to the collection.
Returns:
Returns nothing
Comments or suggestions? Send us
feedback
.