MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Adds the specified item to the end of the collection.

.NET Syntax
int Add(MgParameter value);
Java Syntax
int Add(MgParameter value);
PHP Syntax
int Add(MgParameter value);
Parameters:
value(MgParameter) Input value.
Returns:
Returns nothing.
Exceptions:
MgDuplicateObjectExceptionif the index is a duplicate.