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