Web API Reference MapGuide Open Source
virtual void MgBatchPropertyCollection::SetItem ( INT32  index,
MgPropertyCollection value 
) [virtual]

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

.NET Syntax
virtual void SetItem(int index, MgPropertyCollection value);
Java Syntax
virtual void SetItem(int index, MgPropertyCollection value);
PHP Syntax
virtual void SetItem(int index, MgPropertyCollection value);

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


Comments or suggestions? Send us feedback.