MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
void MgParameterCollection::SetItem ( INT32  index,
MgParameter value 
)

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

.NET Syntax
void SetItem(int index, MgParameter value);
Java Syntax
void SetItem(int index, MgParameter value);
PHP Syntax
void SetItem(int index, MgParameter value);
Parameters:
index(int) Input index.
value(MgParameter) Input value.
Returns:
Returns nothing.
Exceptions:
MgIndexOutOfRangeExceptionif the index is out of range.
MgDuplicateObjectExceptionif it is a duplicate.