GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / IsAvoidable Method
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
    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