MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.