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

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

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

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


Comments or suggestions? Send us feedback.