AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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