MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual void MgPropertyDefinitionCollection::Insert ( INT32  index,
MgPropertyDefinition value 
) [virtual]

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
virtual void Insert(int index, MgPropertyDefinition value);
Java Syntax
virtual void Insert(int index, MgPropertyDefinition value);
PHP Syntax
virtual void Insert(int index, MgPropertyDefinition value);
Parameters:
index(int) Input index
value(MgPropertyDefinition) Input value
Returns:
Returns nothing
Exceptions:
MgIndexOutOfRangeExceptionif index is out of range
MgDuplicateObjectExceptionif it is duplicate