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

Removes the specified item from the collection.

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