MapGuide API Reference
|
virtual bool MgCurveSegmentCollection::Contains | ( | const MgCurveSegment * | value | ) | const [virtual] |
Returns true if the collection contains the specified curve segment, false otherwise.
virtual bool Contains(const MgCurveSegment value) const; |
virtual boolean Contains(const MgCurveSegment value) const; |
virtual bool Contains(const MgCurveSegment value) const; |
value | (MgCurveSegment) Curve segment reference to check containment of. |