AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgFeatureSchemaCollection::SetItem ( INT32  index,
MgFeatureSchema value 
)

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

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

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