Solid Edge FrameworkSupport Type Library
GetEnd Method
Returns the graphic object at which the centerline terminates.
The coordinates on the object specified by ConnectObject at which the centerline terminates.
The coordinates on the object specified by ConnectObject at which the centerline terminates.
The coordinates on the object specified by ConnectObject at which the centerline terminates.
Returns True if the endpoint of the CenterLine object was placed with respect to the connect object. Returns False is if the endpoint was placed with respect to a key point on the connect object.
Description
Returns the object and a point on that object at which the Referenced CenterLine object terminates.
Syntax
Visual Basic
Public Sub GetEnd( _
   ByRef ConnectObject As Object, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double, _
   ByRef keyPoint As Boolean _
) 
Parameters
ConnectObject
Returns the graphic object at which the centerline terminates.
x
The coordinates on the object specified by ConnectObject at which the centerline terminates.
y
The coordinates on the object specified by ConnectObject at which the centerline terminates.
z
The coordinates on the object specified by ConnectObject at which the centerline terminates.
keyPoint
Returns True if the endpoint of the CenterLine object was placed with respect to the connect object. Returns False is if the endpoint was placed with respect to a key point on the connect object.
See Also

CenterLine Object  | CenterLine Members