ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
first node, which matches all given criteria
Gets first node with matching criteria from subtree
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
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: Tfirst node, which matches all given criteria
Remarks
[ILNumerics Visualization Engine]
See Also