ILNumerics Ultimate VS

GroupFind Method (Object, NullablePrimitives)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Searches the subtree for nodes with matching tag and (optional) primitive type

[ILNumerics Visualization Engine]

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

public IEnumerable<Node> Find(
	Object tag,
	Nullable<Primitives> kind = null
)

Parameters

tag
Type: SystemObject
tag filter
kind (Optional)
Type: SystemNullablePrimitives
kind (optional)

Return Value

Type: IEnumerableNode
collection of matching nodes
Remarks

[ILNumerics Visualization Engine]

See Also

Reference