MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Removes the specified item from the collection.

.NET Syntax
bool Remove(MgParameter value);
Java Syntax
bool Remove(MgParameter value);
PHP Syntax
bool Remove(MgParameter value);
Parameters:
value(MgParameter) Input value.
Returns:
Returns true if removal was successful.