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

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
void Insert(int index, MgParameter value);
Java Syntax
void Insert(int index, MgParameter value);
PHP Syntax
void Insert(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.