MapGuide API Reference
|
virtual INT32 MgStringCollection::IndexOf | ( | CREFSTRING | value | ) | [virtual] |
Returns the index of the specified item in the collection or -1 if the item does not exist.
virtual int IndexOf(string value); |
virtual int IndexOf(String value); |
virtual int IndexOf(string value); |
value | (String/string) Input value |