ILNumerics Ultimate VS

GroupFindT Method (Object, PredicateT)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Searches the subtree for all nodes with matching criteria

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public IEnumerable<T> Find<T>(
	Object tag = null,
	Predicate<T> predicate = null
)
where T : Node

Parameters

tag (Optional)
Type: SystemObject
tag filter (optional); case insensitive search, matches all tags which _contain_ the expression! If omitted, all tags are accepted
predicate (Optional)
Type: SystemPredicateT
arbitrary predicate function (optional); if omitted, all nodes are accepted

Type Parameters

T
node type to filter for

Return Value

Type: IEnumerableT
all nodes, with matching criteria or null
Remarks

[ILNumerics Visualization Engine]

See Also

Reference