AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual bool MgCoordinateCollection::Contains ( const MgCoordinate value  )  const [virtual]

Returns true if the collection contains the specified coordinate, false otherwise.

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

Parameters:
value (MgCoordinate) Coordinate reference to check containment of.
Returns:
True if the collection contains the specified coordinate, false otherwise.