MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgStringCollection::Remove ( CREFSTRING  value) [virtual]

Removes the specified item from the collection.

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