Click or drag to resize

GraphHelperIsReachableEdgesIncoming Method

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