Solid Edge FrameworkSupport Type Library
GetCenterElement Method
Returns the 2D geometry or annotation object to which the connector is connected.
The coordinates of the center connect point.
The coordinates of the center connect point.
The coordinates of the center connect point.
Returns the index of the key point on the CenterObj to which the connector is connected.
Description
This function returns the center element, center 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 GetCenterElement( _
   ByRef CenterObj As Object, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double, _
   ByRef CenterKeyPointIndex As Integer _
) 
Parameters
CenterObj
Returns the 2D geometry or annotation object to which the connector is connected.
x
The coordinates of the center connect point.
y
The coordinates of the center connect point.
z
The coordinates of the center connect point.
CenterKeyPointIndex
Returns the index of the key point on the CenterObj to which the connector is connected.
See Also

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