Solid Edge FrameworkSupport Type Library
GetStartElement Method
Returns the geometry or annotation object to which the connector is connected.
Coordinates of the Start connect point.
Coordinates of the Start connect point.
Coordinates of the Start connect point.
Returns the index of the key point on the StartObj to which the connector is connected.
Description
This method returns the Start element, start 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 GetStartElement( _
   ByRef StartObj As Object, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double, _
   ByRef StartKeyPointIndex As Integer _
) 
Parameters
StartObj
Returns the geometry or annotation object to which the connector is connected.
x
Coordinates of the Start connect point.
y
Coordinates of the Start connect point.
z
Coordinates of the Start connect point.
StartKeyPointIndex
Returns the index of the key point on the StartObj to which the connector is connected.
See Also

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