Click or drag to resize

TreePath(TreePath, Object) Constructor

Initializes a new instance of the TreePath class

Namespace: Internal.Aga.Controls.Tree
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public TreePath(
	TreePath parent,
	Object node
)

Parameters

parent  TreePath
 
node  Object
 
See Also