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