MapGuide API Reference
|
INT32 MgFeatureCommandCollection::IndexOf | ( | const MgFeatureCommand * | command | ) | const |
Returns the index of the specified command in the collection or -1 if the command does not exist.
int IndexOf(const MgFeatureCommand command) const; |
int IndexOf(const MgFeatureCommand command) const; |
int IndexOf(const MgFeatureCommand command) const; |
command | (MgFeatureCommand) Input command |