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