Click or drag to resize
FactorTreeNodeAddChild Method
Add a factor tree node to the children of this factor tree node.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void AddChild(
	IFactorTreeNode factorTreeNode
)

Parameters

factorTreeNode
Type: ArtDatabanken.DataIFactorTreeNode
Factor tree node to add.

Implements

IFactorTreeNodeAddChild(IFactorTreeNode)
See Also