GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / Link Property
In This Topic
    Link Property (GoToolLinking)
    In This Topic
    Gets or sets the link that the user is manipulating for this linking operation.
    Syntax
    public IGoLink Link {get; set;}
    Remarks
    When creating a new link, the GoToolLinkingNew tool sets this property to the value of CreateTemporaryLink, a new link that only exists in this view. When reconnecting an existing link, the GoToolRelinking tool sets this property to the existing link in the document.
    See Also