Solid Edge Assembly Type Library
SetStartPoint Method
Specifies the new coordinates of the start point.
Specifies the new coordinates of the start point.
Specifies the new coordinates of the start point.
Description
Relocates the starting point of the referenced object.
Syntax
Visual Basic
Public Sub SetStartPoint( _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double _
) 
Parameters
x
Specifies the new coordinates of the start point.
y
Specifies the new coordinates of the start point.
z
Specifies the new coordinates of the start point.
See Also

LineSegment Object  | LineSegment Members

Send comments on this topic.