Solid Edge Assembly Type Library
SetEndPoint Method
Specifies the coordinates of the end point.
Specifies the coordinates of the end point.
Specifies the coordinates of the end point.
Description
Sets the x and y values of the end point for the referenced object.
Syntax
Visual Basic
Public Sub SetEndPoint( _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double _
) 
Parameters
x
Specifies the coordinates of the end point.
y
Specifies the coordinates of the end point.
z
Specifies the coordinates of the end point.
See Also

LineSegment Object  | LineSegment Members

Send comments on this topic.