MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgPolygonCollection::Contains ( const MgPolygon value) const [virtual]

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

.NET Syntax
virtual bool Contains(const MgPolygon value) const;
Java Syntax
virtual boolean Contains(const MgPolygon value) const;
PHP Syntax
virtual bool Contains(const MgPolygon value) const;
Parameters:
value(MgPolygon) polygon reference to check containment of.
Returns:
True if the collection contains the specified polygon, false otherwise.