MapGuide API Reference
|
void MgFeatureCommandCollection::Insert | ( | INT32 | index, |
MgFeatureCommand * | command | ||
) |
Inserts the specified command at the specified index within the collection. Items following the insertion point are moved down to accommodate the new command.
void Insert(int index, MgFeatureCommand command); |
void Insert(int index, MgFeatureCommand command); |
void Insert(int index, MgFeatureCommand command); |
index | (int) Input index |
command | (MgFeatureCommand) Input command |
MgIndexOutOfRangeException | if index is out of range. |