MapGuide API Reference
|
virtual INT32 MgBatchPropertyCollection::IndexOf | ( | const MgPropertyDefinition * | 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 MgPropertyDefinition value) const; |
virtual int IndexOf(const MgPropertyDefinition value) const; |
virtual int IndexOf(const MgPropertyDefinition value) const; |
value | (MgPropertyDefinition) Input value |