Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgFeatureSchemaCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgFeatureSchemaCollection
Remove
RemoveAt
SetItem
MgFeatureSchema
* MgFeatureSchemaCollection::GetItem
(
INT32
index
)
const
Gets the item in the collection at the specified index.
.NET Syntax
MgFeatureSchema
GetItem(int index) const;
Java Syntax
MgFeatureSchema
GetItem(int index) const;
PHP Syntax
MgFeatureSchema
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
.