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