AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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

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

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

Parameters:
index (int) Input index
value (String/string) Input value
Returns:
Returns nothing.
Exceptions:
MgIndexOutOfRangeException if the index is out of range.