MapGuide API Reference
|
virtual INT32 MgGeometryCollection::IndexOf | ( | const MgGeometry * | value | ) | const [virtual] |
Returns the index of the specified object in the collection or -1 if the object does not exist.
virtual int IndexOf(const MgGeometry value) const; |
virtual int IndexOf(const MgGeometry value) const; |
virtual int IndexOf(const MgGeometry value) const; |
value | (MgGeometry) Object reference to find the index of. |