MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
INT32 MgFeatureSchemaCollection::IndexOf ( const MgFeatureSchema 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 MgFeatureSchema value) const;
Java Syntax
int IndexOf(const MgFeatureSchema value) const;
PHP Syntax
int IndexOf(const MgFeatureSchema value) const;
Parameters:
value(MgFeatureSchema) Input value
Returns:
Returns the index of the specified item in the collection or -1 if the item does not exist.