MapGuide API Reference
|
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.
int IndexOf(const MgFeatureSchema value) const; |
int IndexOf(const MgFeatureSchema value) const; |
int IndexOf(const MgFeatureSchema value) const; |
value | (MgFeatureSchema) Input value |