Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgFeatureCommandCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgFeatureCommandCollection
Remove
RemoveAt
SetItem
void MgFeatureCommandCollection::RemoveAt
(
INT32
index
)
Removes the specified command from the collection.
.NET Syntax
void RemoveAt(int index);
Java Syntax
void RemoveAt(int index);
PHP Syntax
void RemoveAt(int index);
Parameters:
index
(int) Input index
Returns:
Returns nothing
Exceptions:
MgIndexOutOfRangeException
if index is out of range.
Comments or suggestions? Send us
feedback
.