Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.