Removes a Point object from the Points collection.
object.Remove ( Index ) |
- Index
- Required. A Long that specifies the position of the Point object to remove from the Points collection. Index must be a number from 1 to the value of the Points collection's Count property.
If Index does not match any existing member of the Points collection, an error occurs.