Removes the specified polygon from the collection.
.NET Syntax
virtual bool Remove(const MgPolygon value);
|
Java Syntax
virtual bool Remove(const MgPolygon value);
|
PHP Syntax
virtual bool Remove(const MgPolygon value);
|
- Parameters:
-
| value | (MgPolygon) polygon reference to remove. |
- Returns:
- Returns true if removal was successful.