GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDocument Class
/ IsAvoidable Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
IsAvoidable Method
In This Topic
This predicate determines whether the given object is considered when trying to route links whose
GoLink.AvoidsNodes
property is true.
Syntax
C#
public
virtual
bool
IsAvoidable(
GoObject
obj
)
Parameters
obj
Return Value
By default this returns true when the
obj
is an
IGoNode
.
Remarks
This is called on all top-level objects in the document. If the top-level object is a
GoSubGraphBase
, it is called on its non-subgraph children.
See Also
Reference
GoDocument Class
GoDocument Members