GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / StartPort Property
In This Topic
    StartPort Property
    In This Topic
    Gets or sets the temporary starting port.
    Syntax
    public IGoPort StartPort {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.FromPort of the link; otherwise it will correspond to the IGoLink.ToPort
    See Also