ComponentReportExporter Constructor

Create and init the instance for component report exporter

Definition

Namespace: ComponentReport
Assembly: PCBI_AssemblyDrawing_Report (in PCBI_AssemblyDrawing_Report.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public ComponentReportExporter(
	IPCBIWindow parent,
	SettingsComponentR settings,
	Dictionary<IStep, List<MatrixD>> stepList,
	IStep step
)

Parameters

parent  IPCBIWindow
The connection to the open design.
settings  SettingsComponentR
Report settings
stepList  DictionaryIStep, ListMatrixD
List of steps to export, with list of MatrixD for placing of substeps.
step  IStep
 

See Also