Click or drag to resize

clsImportProductTreeAddLine Method

Function to add lines (only one hierarchy) to the Product Tree. At least one line is mandatory. See clsImportProductTreeLine for the line properties.

Use ProductionTreeLines.Add as alternative

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public void AddLine(
	clsImportProductTreeLine oLine
)

Parameters

oLine
Type: MARIInterfaceclsImportProductTreeLine
See Also