Solid Edge FrameworkSupport Type Library
SetConnect Method
The object to which the leader connects.
Specifies the coordinates of the locate point on the connect object. This point is used as a proximity point while calculating the key point.
Specifies the coordinates of the locate point on the connect object. This point is used as a proximity point while calculating the key point.
Specifies the coordinates of the locate point on the connect object. This point is used as a proximity point while calculating the key point.
Specifies whether the object or a key point of the object is to be considered for measuring. If True, the element is selected for the leader's terminal point; if False, the nearest key point is selected.
Description
Specifies the object to which the referenced Leader object connects.
Syntax
Visual Basic
Public Sub SetConnect( _
   ByVal ConnectObject As Object, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal keyPoint As Boolean _
) 
Parameters
ConnectObject
The object to which the leader connects.
x
Specifies the coordinates of the locate point on the connect object. This point is used as a proximity point while calculating the key point.
y
Specifies the coordinates of the locate point on the connect object. This point is used as a proximity point while calculating the key point.
z
Specifies the coordinates of the locate point on the connect object. This point is used as a proximity point while calculating the key point.
keyPoint
Specifies whether the object or a key point of the object is to be considered for measuring. If True, the element is selected for the leader's terminal point; if False, the nearest key point is selected.
Remarks
This method also specifies whether the leader is placed with respect to the object or with respect to a key point on that object. If the Leader object is placed with respect to a key point, the point of reference is the key point.
See Also

Leader Object  | Leader Members