AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual bool MgPointCollection::Remove ( const MgPoint value  )  [virtual]

Removes the specified point from the collection.

.NET Syntax
virtual bool Remove(const MgPoint value);
Java Syntax
virtual bool Remove(const MgPoint value);
PHP Syntax
virtual bool Remove(const MgPoint value);

Parameters:
value (MgPoint) point reference to remove.
Returns:
Returns true if removal was successful.