Click or drag to resize

GraphHelperIsBoundedReachableIncoming Method

Overload List
  NameDescription
Public methodStatic memberIsBoundedReachableIncoming(IGraph, INode, INode, Int32, EdgeType, NodeType)
Returns whether the end node is reachable from the start node within the given depth, via incoming edges, under the type constraints given
Public methodStatic memberIsBoundedReachableIncoming(IGraph, INode, INode, Int32, EdgeType, NodeType, IActionExecutionEnvironment)
Public methodStatic memberIsBoundedReachableIncoming(IGraph, INode, INode, Int32, EdgeType, NodeType, Int32)
Returns whether the end node is reachable from the start node within the given depth, via incoming edges, under the type constraints given
Public methodStatic memberIsBoundedReachableIncoming(IGraph, INode, INode, Int32, EdgeType, NodeType, IActionExecutionEnvironment, Int32)
Top
See Also