Web API Reference MapGuide Open Source
virtual bool MgCurvePolygonCollection::Contains ( const MgCurvePolygon value  )  const [virtual]

Returns true if the collection contains the specified curve polygon, false otherwise.

.NET Syntax
virtual bool Contains(const MgCurvePolygon value) const;
Java Syntax
virtual boolean Contains(const MgCurvePolygon value) const;
PHP Syntax
virtual bool Contains(const MgCurvePolygon value) const;

Parameters:
value (MgCurvePolygon) curve polygon reference to check containment of.
Returns:
True if the collection contains the specified curve polygon, false otherwise.


Comments or suggestions? Send us feedback.