Web API Reference MapGuide Open Source
virtual bool MgLineStringCollection::Contains ( const MgLineString value  )  const [virtual]

Returns true if the collection contains the specified line string, false otherwise.

.NET Syntax
virtual bool Contains(const MgLineString value) const;
Java Syntax
virtual boolean Contains(const MgLineString value) const;
PHP Syntax
virtual bool Contains(const MgLineString value) const;

Parameters:
value (MgLineString) line string reference to check containment of.
Returns:
True if the collection contains the specified line string, false otherwise.


Comments or suggestions? Send us feedback.