Returns the index of the specified command in the collection or -1 if the command does not exist.
.NET Syntax
int IndexOf(const MgFeatureCommand command) const;
|
Java Syntax
int IndexOf(const MgFeatureCommand command) const;
|
PHP Syntax
int IndexOf(const MgFeatureCommand command) const;
|
- Parameters:
-
- Returns:
- Returns the index of the specified command in the collection or -1 if the command does not exist