GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / StartRelink Method
true if the "To" port is being reconnected; false if it is the "From" end
In This Topic
    StartRelink Method
    In This Topic
    Start the process of reconnecting an existing link at a given port.
    Syntax
    public virtual void StartRelink( 
       IGoLink oldlink,
       bool forwards,
       PointF dc
    )

    Parameters

    oldlink
    forwards
    true if the "To" port is being reconnected; false if it is the "From" end
    dc
    Remarks
    This starts a transaction. On WinForms it also changes the cursor to a Hand.
    See Also