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

Sets the item in the collection at the specified index to the specified value.

.NET Syntax
virtual void SetItem(int index, MgPropertyDefinition value);
Java Syntax
virtual void SetItem(int index, MgPropertyDefinition value);
PHP Syntax
virtual void SetItem(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