Click or drag to resize
FactorTreeNodeGetAllLeafFactors Method
Get all child factors that belongs to this factor tree node. The factor for this tree node may also be 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 GetAllLeafFactors()

Return Value

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

Implements

IFactorTreeNodeGetAllLeafFactors
See Also