GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / OriginalStartPort Property
In This Topic
    OriginalStartPort Property
    In This Topic
    Gets or sets the port from which the user is starting or modifying a link.
    Syntax
    public IGoPort OriginalStartPort {get; set;}
    Remarks
    When creating a new link, the GoToolLinkingNew tool sets this property to the port under the initial mouse point. When reconnecting an existing link, the GoToolRelinking tool sets this property to the port at the other end of the link from the resize handle that the user is moving. This will be a port that already existed in the document prior to the linking operation.
    See Also