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

Removes the specified item from the collection.

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