SurfaceGraphicsVertexList.Add Method
Parent Object: SurfaceGraphicsVertexListDescription
Method that specifies additional vertices to be displayed.
Syntax
SurfaceGraphicsVertexList.Add( Vertex As Object )Parameters
Name | Type | Description |
Vertex | Object | Input object that defines the additional vertices to display. This can be one of the following: Vertex or ObjectCollection object. The vertices provided must belong to the SurfaceBody associated with the SurfaceGraphics, else an error will occur. |