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

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

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