AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgBatchPropertyCollection::Insert ( INT32  index,
MgPropertyCollection value 
) [virtual]

Inserts the specified item at the specified index within the collection. Items following the insertion point are moved down to accommodate the new item.

.NET Syntax
virtual void Insert(int index, MgPropertyCollection value);
Java Syntax
virtual void Insert(int index, MgPropertyCollection value);
PHP Syntax
virtual void Insert(int index, MgPropertyCollection value);

Parameters:
index (int) Input index
value (MgPropertyCollection) Input value
Returns:
Returns nothing.
Exceptions:
MgIndexOutOfRangeException if index is out of range.
MgDuplicateObjectException if it is duplicate.