Solid Edge Draft Type Library
GetVertex Method
The index, relative to zero, of the vertex number in the object. This value must be between 0 and the number of vertices less one.
Coordinates of the specified vertex.
Coordinates of the specified vertex.
Description
Returns the coordinates of the referenced object based on a specified index.
Syntax
Visual Basic
Public Sub GetVertex( _
   ByVal Index As Long, _
   ByRef x As Double, _
   ByRef y As Double _
) 
Parameters
Index
The index, relative to zero, of the vertex number in the object. This value must be between 0 and the number of vertices less one.
x
Coordinates of the specified vertex.
y
Coordinates of the specified vertex.
See Also

DVLineString2d Object  | DVLineString2d Members

Send comments on this topic.