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