Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.