Solid Edge FrameworkSupport Type Library
SetVertices Method
Specifies the number of vertices in the vertex array.
Specifies the vertices to add to the annotation object.
Description
Creates vertices in a dimensioning object from an array of x-y coordinates.
Syntax
Visual Basic
Public Sub SetVertices( _
   ByVal VertexCount As Long, _
   ByRef Vertices() As Double _
) 
Parameters
VertexCount
Specifies the number of vertices in the vertex array.
Vertices
Specifies the vertices to add to the annotation object.
See Also

WeldSymbol Object  | WeldSymbol Members