Click or drag to resize

GraphHelperCountBoundedReachableIncoming Method

Overload List
  NameDescription
Public methodStatic memberCountBoundedReachableIncoming(INode, Int32, EdgeType, NodeType)
Returns the count of the nodes reachable from the start node within the given depth via incoming edges, under the type constraints given
Public methodStatic memberCountBoundedReachableIncoming(INode, Int32, EdgeType, NodeType, IActionExecutionEnvironment)
Public methodStatic memberCountBoundedReachableIncoming(INode, Int32, EdgeType, NodeType, Int32)
Returns the count of the nodes reachable from the start node within the given depth via incoming edges, under the type constraints given
Public methodStatic memberCountBoundedReachableIncoming(INode, Int32, EdgeType, NodeType, IActionExecutionEnvironment, Int32)
Top
See Also