Solid Edge FrameworkSupport Type Library
SetEnd Method
Specifies the graphic object at which the centerline terminates.
Coordinates of the locate point for the ConnectObject.
Coordinates of the locate point for the ConnectObject.
Coordinates of the locate point for the ConnectObject.
Specifies whether the ConnectObject is selected for the end point of the centerline (True) or a key point of that object is referenced (False).
Description
Relocates the end of the referenced CenterLine object.
Syntax
Visual Basic
Public Sub SetEnd( _
   ByVal ConnectObject As Object, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal keyPoint As Boolean _
) 
Parameters
ConnectObject
Specifies the graphic object at which the centerline terminates.
x
Coordinates of the locate point for the ConnectObject.
y
Coordinates of the locate point for the ConnectObject.
z
Coordinates of the locate point for the ConnectObject.
keyPoint
Specifies whether the ConnectObject is selected for the end point of the centerline (True) or a key point of that object is referenced (False).
Remarks
The end of the centerline can be to a point on a new element or to another point (for example, a specific x, y coordinate or a key point) on the same element. If the CenterLine object is placed with respect to a key point, the point of reference is the key point.
See Also

CenterLine Object  | CenterLine Members