Click or drag to resize

ExportJobDefinitionConverterExportJob Method

Exports the given job into the given stream. The DryJobExecutor is used to collect the data into the CadExporter object created by the StateWrapper class. The file type is defined by the derived class.

Namespace: RAYLASE.MarkerPlugin.Exporters
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
protected void ExportJob(
	JobDefinition jobDefinition,
	Stream stream,
	Action<EventHandler<ProcessingStageFinishedEventArgs>> dryRunner
)

Parameters

jobDefinition  JobDefinition
The job definition to export.
stream  Stream
The stream to write the file to.
dryRunner  ActionEventHandlerProcessingStageFinishedEventArgs
The dry-run executor to preprocess the serialization.
See Also