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


Comments or suggestions? Send us feedback.