Solid Edge FrameworkSupport Type Library
GetLineAtIndex Method
Specifies the index of the line for which you want location information. The index begins at zero.
Coordinates of the start point of the line.
Coordinates of the start point of the line.
Coordinates of the start point of the line.
Coordinates of the end point of the line.
Coordinates of the end point of the line.
Coordinates of the end point of the line.
Description
This method returns location information for the specified line.
Syntax
Visual Basic
Public Sub GetLineAtIndex( _
   ByVal Index As Long, _
   ByRef StartX As Double, _
   ByRef StartY As Double, _
   ByRef StartZ As Double, _
   ByRef EndX As Double, _
   ByRef EndY As Double, _
   ByRef EndZ As Double _
) 
Parameters
Index
Specifies the index of the line for which you want location information. The index begins at zero.
StartX
Coordinates of the start point of the line.
StartY
Coordinates of the start point of the line.
StartZ
Coordinates of the start point of the line.
EndX
Coordinates of the end point of the line.
EndY
Coordinates of the end point of the line.
EndZ
Coordinates of the end point of the line.
See Also

DisplayData Object  | DisplayData Members