Click or drag to resize

TreeNodeT Constructor

Creates a new instance of TreeNode.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public TreeNode(
	T value,
	int depth
)

Parameters

value
Type: T
Value of the node.
depth
Type: SystemInt32
Depth of the node.
See Also