MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual void MgCurveSegmentCollection::Add ( MgCurveSegment value) [virtual]

Adds the specified coordinate to the end of the collection.

.NET Syntax
void Add(MgCurveSegment value);
Java Syntax
void Add(MgCurveSegment value);
PHP Syntax
void Add(MgCurveSegment value);
Parameters:
value(MgCurveSegment) Curve segment to add to the collection.
Returns:
Returns nothing