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