GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / OriginalEndPort Property
In This Topic
    OriginalEndPort Property
    In This Topic
    Gets or sets the port at the end of an existing link that is being reconnected.
    Syntax
    public IGoPort OriginalEndPort {get; set;}
    Remarks
    When creating a new link, this property is not relevant. When reconnecting an existing link, the GoToolRelinking tool sets this property to the port at the end of the existing link that the user is disconnecting from. This will be a port that already existed in the document prior to the linking operation.
    See Also