Solid Edge FrameworkSupport Type Library
SetCenterElement Method
Sets the 2D geometry or annotation object to which the connector is connected.
Specifies the coordinates of the center connect point.
Specifies the coordinates of the center connect point.
Specifies the coordinates of the center connect point.
Sets the index of the key point on the CenterObj to which the connector is connected.
Description
This method sets the center element on the connector. It is valid only for Jump Connector. Calling this method on Connector objects of other types will cause a run-time error.
Syntax
Visual Basic
Public Sub SetCenterElement( _
   ByVal CenterObj As Object, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal CenterKeyPointIndex As Integer _
) 
Parameters
CenterObj
Sets the 2D geometry or annotation object to which the connector is connected.
x
Specifies the coordinates of the center connect point.
y
Specifies the coordinates of the center connect point.
z
Specifies the coordinates of the center connect point.
CenterKeyPointIndex
Sets the index of the key point on the CenterObj to which the connector is connected.
Remarks
The center point of the arc is the intersection point of the center element (connector segment) and the line between the start and end points of the current connector.
See Also

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