GoDiagram Web Reference
IsAvoidable Method

This predicate determines whether the given object is considered when trying to route links whose GoLink.AvoidsNodes property is true.
Syntax
'Declaration
 
Public Overridable Function IsAvoidable( _
   ByVal obj As GoObject _
) As Boolean
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDocument Class
GoDocument Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback