Click or drag to resize

NGTreeNodeFilterLowestLevelNodes Method

Returns only the nodes with the lowest hierarchy level.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static NGTreeNode[] FilterLowestLevelNodes(
	NGTreeNode[] nodes
)

Parameters

nodes  NGTreeNode
Array of nodes.

Return Value

NGTreeNode
Only those nodes wich have the lowest hierarchy level.
See Also