MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.

.NET Syntax
int IndexOf(const MgParameter value) const;
Java Syntax
int IndexOf(const MgParameter value) const;
PHP Syntax
int IndexOf(const MgParameter value) const;
Parameters:
value(MgParameter) Input value.
Returns:
Returns the index of the specified item in the collection or -1 if the item does not exist.