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

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

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