Print3DWorkflowActivatedEventArgs.Workflow Property

Definition

Gets a customized printing experience for a 3D printer.

public:
 property Print3DWorkflow ^ Workflow { Print3DWorkflow ^ get(); };
Print3DWorkflow Workflow();
public Print3DWorkflow Workflow { get; }
var print3DWorkflow = print3DWorkflowActivatedEventArgs.workflow;
Public ReadOnly Property Workflow As Print3DWorkflow

Property Value

The customized printing experience for a 3D printer.

Implements

Applies to

See also