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