Solid Edge FrameworkSupport Type Library
GetLinestringAtIndex Method
Specifies the index of the linestring for which you want information. The index begins at zero.
Specifies the total length of the linestring.
Specifies the vertices for the linestring.
Description
This method returns information for the specified linestring.
Syntax
Visual Basic
Public Sub GetLinestringAtIndex( _
   ByVal Index As Long, _
   ByRef nLinestrSize As Long, _
   ByRef Vertices() As Double _
) 
Parameters
Index
Specifies the index of the linestring for which you want information. The index begins at zero.
nLinestrSize
Specifies the total length of the linestring.
Vertices
Specifies the vertices for the linestring.
See Also

DisplayData Object  | DisplayData Members