MapGuide API Reference
|
void MgFeatureCommandCollection::SetItem | ( | INT32 | index, |
MgFeatureCommand * | command | ||
) |
Sets the command in the collection at the specified index to the specified command. If there was already command assigned to specified index, it will be overwritten.
void SetItem(int index, MgFeatureCommand command); |
void SetItem(int index, MgFeatureCommand command); |
void SetItem(int index, MgFeatureCommand command); |
index | (int) Input index |
command | (MgFeatureCommand) Input command |
MgIndexOutOfRangeException | if index is out of range. |