SurfaceGraphicsVertexList.Remove Method
Parent Object: SurfaceGraphicsVertexListDescription
Method that remove a vertex from the Vertexlist. The vertex will no longer be displayed.
Syntax
SurfaceGraphicsVertexList.Remove( Index As Long )Parameters
Name | Type | Description |
Index | Long | Input Long that specifies the SurfaceGraphicsVertex to remove from the list. |