MapGuide API Reference
|
virtual bool MgCurvePolygonCollection::Contains | ( | const MgCurvePolygon * | value | ) | const [virtual] |
Returns true if the collection contains the specified curve polygon, false otherwise.
virtual bool Contains(const MgCurvePolygon value) const; |
virtual boolean Contains(const MgCurvePolygon value) const; |
virtual bool Contains(const MgCurvePolygon value) const; |
value | (MgCurvePolygon) curve polygon reference to check containment of. |