GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoToolRelinking Class
/ CanStart Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
GoToolRelinking Class
GoToolRelinking Members