AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgPropertyCollection::Add ( MgProperty value  )  [virtual]

Adds the specified item to the end of the collection.

.NET Syntax
virtual int Add(MgProperty value);
Java Syntax
virtual int Add(MgProperty value);
PHP Syntax
virtual int Add(MgProperty value);

Parameters:
value (MgProperty) Input value
Returns:
Returns nothing.
Exceptions:
MgDuplicateObjectException if the index is a duplicate.