Solid Edge FrameworkSupport Type Library
GetConnect Method
Returns the object to which the leader connects.
Coordinates of the connect point if KeyPoint is not specified.
Coordinates of the connect point if KeyPoint is not specified.
Coordinates of the connect point if KeyPoint is not specified.
Returns True if the leader was placed with respect to the object. Returns False if the leader was placed with respect to a key point.
Description
Returns the object to which the referenced Leader object connects.
Syntax
Visual Basic
Public Sub GetConnect( _
   ByRef ConnectObj As Object, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double, _
   ByRef keyPoint As Boolean _
) 
Parameters
ConnectObj
Returns the object to which the leader connects.
x
Coordinates of the connect point if KeyPoint is not specified.
y
Coordinates of the connect point if KeyPoint is not specified.
z
Coordinates of the connect point if KeyPoint is not specified.
keyPoint
Returns True if the leader was placed with respect to the object. Returns False if the leader was placed with respect to a key point.
Remarks
This method also returns the location on the object where the leader connects. This point can be a key point on the object or the object itself.
See Also

Leader Object  | Leader Members

Send comments on this topic.