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