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