ComponentReportExporter Constructor
Create and init the instance for component report exporter
Namespace: ComponentReportAssembly: PCBI_AssemblyDrawing_Report (in PCBI_AssemblyDrawing_Report.dll) Version: 17.0.0.0 (17.0.0.0)
public ComponentReportExporter(
IPCBIWindow parent,
SettingsComponentR settings,
Dictionary<IStep, List<MatrixD>> stepList,
IStep step
)
Public Sub New (
parent As IPCBIWindow,
settings As SettingsComponentR,
stepList As Dictionary(Of IStep, List(Of MatrixD)),
step As IStep
)
public:
ComponentReportExporter(
IPCBIWindow^ parent,
SettingsComponentR^ settings,
Dictionary<IStep^, List<MatrixD^>^>^ stepList,
IStep^ step
)
new :
parent : IPCBIWindow *
settings : SettingsComponentR *
stepList : Dictionary<IStep, List<MatrixD>> *
step : IStep -> ComponentReportExporter
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
-