AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgIntCollection::SetItem ( INT32  index,
INT32  value 
) [virtual]

Sets the item in the collection at the specified index to the specified value.

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

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