Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgFeatureSchemaCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgFeatureSchemaCollection
Remove
RemoveAt
SetItem
void MgFeatureSchemaCollection::RemoveAt
(
INT32
index
)
[virtual]
Removes the specified item 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
Implements
MgCollection
.
Comments or suggestions? Send us
feedback
.