MapGuide API Reference
|
void MgClassDefinitionCollection::SetItem | ( | INT32 | index, |
MgClassDefinition * | value | ||
) |
Sets the item in the collection at the specified index to the specified value.
void SetItem(int index, MgClassDefinition value); |
void SetItem(int index, MgClassDefinition value); |
void SetItem(int index, MgClassDefinition value); |
index | (int) Input index |
value | (MgClassDefinition) Input value |
MgIndexOutOfRangeException | if the index is out of range. |
MgDuplicateObjectException | if it is a duplicate. |