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 void MgPropertyCollection::RemoveAt
(
INT32
index
)
[virtual]
Removes the specified item from the collection.
.NET Syntax
virtual void RemoveAt(int index);
Java Syntax
virtual void RemoveAt(int index);
PHP Syntax
virtual void RemoveAt(int index);
Parameters:
index
(int) Input index
Returns:
Returns nothing.
Exceptions:
MgIndexOutOfRangeException
Implements
MgCollection
.
Comments or suggestions? Send us
feedback
.