Solid Edge FrameworkSupport Type Library
SetStartElement Method
Sets 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.
Sets the index of the key point on the StartObj to which the connector is connected.
Description
This method sets the start element on the connector and connects to the start 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 start element, if it exists. If StartObj is NULL, the method disconnects the connector and makes it free space on the start side.
Syntax
Visual Basic
Public Sub SetStartElement( _
   ByVal StartObj As Object, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal StartKeyPointIndex As Integer _
) 
Parameters
StartObj
Sets 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
Sets 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