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