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