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