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