MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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