Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgPropertyCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
MgPropertyCollection
Remove
RemoveAt
SetItem
virtual bool MgPropertyCollection::Remove
(
MgProperty
*
value
)
[virtual]
Removes the specified item from the collection.
.NET Syntax
virtual bool Remove(MgProperty value);
Java Syntax
virtual bool Remove(MgProperty value);
PHP Syntax
virtual bool Remove(MgProperty value);
Parameters:
value
(
MgProperty
) Input value
Returns:
Returns true if removal was successful.
Comments or suggestions? Send us
feedback
.