Solid Edge FrameworkSupport Type Library
GetVertices Method
Returns the number of vertices in the vertex array.
Returns an array of vertices.
Description
Returns an array of vertex coordinates in a dimensioning object.
Syntax
Visual Basic
Public Sub GetVertices( _
   ByRef VertexCount As Long, _
   ByRef Vertices() As Double _
) 
Parameters
VertexCount
Returns the number of vertices in the vertex array.
Vertices
Returns an array of vertices.
See Also

WeldSymbol Object  | WeldSymbol Members