Web API Reference MapGuide Open Source
virtual void MgCurveRingCollection::Add ( MgCurveRing value  )  [virtual]

Adds the specified coordinate to the end of the collection.

.NET Syntax
virtual void Add(MgCurveRing value);
Java Syntax
virtual void Add(MgCurveRing value);
PHP Syntax
virtual void Add(MgCurveRing value);

Parameters:
value (MgCurveRing) curve ring to add to the collection.
Returns:
Returns nothing


Comments or suggestions? Send us feedback.