Web API Reference MapGuide Open Source
void MgFeatureSchemaCollection::Insert ( INT32  index,
MgFeatureSchema value 
)

Inserts the specified item at the specified index within the collection. Items following the insertion point are moved down to accommodate the new item.

.NET Syntax
void Insert(int index, MgFeatureSchema value);
Java Syntax
void Insert(int index, MgFeatureSchema value);
PHP Syntax
void Insert(int index, MgFeatureSchema value);

Parameters:
index (int) Input index
value (MgFeatureSchema) Input value
Returns:
Returns nothing.
Exceptions:
MgIndexOutOfRangeException if the index is out of range.
MgDuplicateObjectException if it is a duplicate.


Comments or suggestions? Send us feedback.