Click or drag to resize
FactorTreeNodeGetAllChildFactors Method
Get all child factors that belongs to this factor tree node. The factor for this tree node is also included in the result.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public FactorList GetAllChildFactors()

Return Value

Type: FactorList
All child factors that belongs to this factor tree node.

Implements

IFactorTreeNodeGetAllChildFactors
See Also