Share

SurfaceGraphicsVertexList.Add Method

Parent Object: SurfaceGraphicsVertexList

Description

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.

Version

Introduced in version 2013

Was this information helpful?