GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / StartNewLink Method
In This Topic
    StartNewLink Method
    In This Topic
    Start the process of drawing a new link from a given port.
    Syntax
    public virtual void StartNewLink( 
       IGoPort port,
       PointF dc
    )

    Parameters

    port
    dc
    Remarks
    If IsValidFromPort is true, the user will be linking in the Forwards direction--i.e. from the source to the destination. This method calls CreateTemporaryPort to create both the StartPort and the EndPort, and it calls CreateTemporaryLink to create the Link. This starts a transaction. On WinForms it also changes the cursor to a Hand.
    See Also