Click or drag to resize

GraphHelperIsReachableIncoming Method

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