AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgGeometryCollection::Add ( MgGeometry value  )  [virtual]

Adds the specified object to the end of the collection.

.NET Syntax
void Add(MgGeometry value);
Java Syntax
void Add(MgGeometry value);
PHP Syntax
void Add(MgGeometry value);

Parameters:
value (MgGeometry) Object to add to the collection.
Returns:
Returns nothing