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

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

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