Solid Edge FrameworkSupport Type Library
GetEndElement Method
Returns 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. The z argument applies only to 3-D objects.
Returns the index of the key point on the EndObj to which the connector is connected.
Description
This method returns the end element, end point and the key point index. If the connector is not connected to a key point the index will be -1.
Syntax
Visual Basic
Public Sub GetEndElement( _
   ByRef EndObj As Object, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double, _
   ByRef EndKeyPointIndex As Integer _
) 
Parameters
EndObj
Returns 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. The z argument applies only to 3-D objects.
EndKeyPointIndex
Returns 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