Click or drag to resize

GraphHelperIsReachableOutgoing Method

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