Share via


InventTrackingDimTracingRelations.fillReachableNodes Method [AX 2012]

Fill the specified set with all nodes reachable from the specified node when searching in the given direction.

Syntax

protected void fillReachableNodes(
    InventDimTrackingInventTransNode _currentNode, 
    ForwardBackward _traceDirection, 
    Set _alreadyVisitedNodes)

Run On

Called

Parameters

  • _alreadyVisitedNodes
    Type: Set Class
    The set of nodes not to be searched as they have been handled already.

See Also

Reference

InventTrackingDimTracingRelations Class