CTInterfaceExportProfileSelectedArgs Class |
Namespace: ATR.CT.CTInterface
The CTInterfaceExportProfileSelectedArgs type exposes the following members.
Name | Description | |
---|---|---|
ExportProfile |
The CUSTOMTOOLS Export Profile currently selected in the CUSTOMTOOLS Export dialog box.
| |
ExportWindowHandle |
Handle to the CUSTOMTOOLS Export dialog box. This is useful if you need to open
your own window and you need parent window.
| |
NumberOfConfigurations |
The number of configurations in actual export.
| |
RequestSilentExport |
If set to True, the export add-in must execute without requiring any user interraction.
This can be the case if the export add-in is an ExportTypeExtension
-style extension that returns true for SupportsSilentExecution
so that is also the case when this flag must be considered.
If set, the subscriber must also set VerifySilentExportSupport to true.
It's good practise to call CreateLogger and do some logging.
This feature is utilized at least in PDM Export that is executed completely on host.
| |
VerifySilentExportSupport |
If RequestSilentExport is true, then then event
subscriber must set this to true as well to indicate that the silent export is supported.
|
Name | Description | |
---|---|---|
CreateLogger |
Logger for silent exports (RequestSilentExport).
|
CUSTOMTOOLS 2016 SP2
Revised in | Description |
---|---|
CUSTOMTOOLS 2019 SP1 | Extended with NumberOfConfigurations. |
CUSTOMTOOLS 2020 SP1 | Extended with RequestSilentExport, VerifySilentExportSupport and CreateLogger. |