GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / EndPort Property
In This Topic
    EndPort Property
    In This Topic
    Gets or sets the temporary ending port.
    Syntax
    public IGoPort EndPort {get; set;}
    Remarks
    When creating a new link or when reconnecting an existing link, the tool sets this property to the value of CreateTemporaryPort. This will be a new port that only exists in this view. If Forwards is true, this port will correspond to the IGoLink.ToPort of the link; otherwise it will correspond to the IGoLink.FromPort
    See Also