Table of Contents

Method DescendantNodes

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

DescendantNodes(ExpressionBuilderGraph)

Returns a filtered collection of the descendant nodes for this workflow, including elements inside nested workflows. Any nodes nested inside disabled groups will not be included in the result.

public static IEnumerable<Node<ExpressionBuilder, ExpressionBuilderArgument>> DescendantNodes(this ExpressionBuilderGraph source)

Parameters

source ExpressionBuilderGraph

The expression builder workflow to search.

Returns

IEnumerable<Node<ExpressionBuilder, ExpressionBuilderArgument>>

An enumerable sequence of all the descendant nodes in this workflow.