Solid Edge FrameworkSupport Type Library
SetEndElement Method
Sets the geometry or annotation object to which the connector is connected.
Coordinates of the end connect point.
Coordinates of the end connect point.
Coordinates of the end connect point.
Sets the index of the key point on the EndObj to which the connector is connected.
Description
This method sets the end element on the connector and connects to the end point if the index is not a key point index (-1). If the index is a valid key point index, the method ignores the point and connects to the index point. The method disconnect the previous end element, if it exists. If EndObj is NULL, the method disconnects the connector and makes it free space on the end side.
Syntax
Visual Basic
Public Sub SetEndElement( _
   ByVal EndObj As Object, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal EndKeyPointIndex As Integer _
) 
Parameters
EndObj
Sets the geometry or annotation object to which the connector is connected.
x
Coordinates of the end connect point.
y
Coordinates of the end connect point.
z
Coordinates of the end connect point.
EndKeyPointIndex
Sets the index of the key point on the EndObj to which the connector is connected.
See Also

Connector Object  | Connector Members  | Solid Edge V18 - What's New