ILNumerics Ultimate VS

GroupFirstT Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public T First<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: T
first node, which matches all given criteria
Remarks

[ILNumerics Visualization Engine]

See Also

Reference