GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolRelinking Class / CanStart Method
In This Topic
    CanStart Method (GoToolRelinking)
    In This Topic
    The user can relink if the view allows it and if the handle found at the input event point has an ID that indicates it is relinkable.
    Syntax
    public override bool CanStart()
    Remarks
    This calls PickRelinkHandle to find a handle. The IGoHandle.HandleID should be either GoLink.RelinkableFromHandle or GoLink.RelinkableToHandle. The ID also determines which end of the link is disconnected. This sets Link and Forwards properties for initializing this tool before the call to Start.
    See Also