PointsCollection.Remove
This function is used for removing the specified point (by index) from the collection.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub PointsCollection.Remove( _
index As Integer)
|
index [in]
Type: Integer |
This function does not return a value. |