Print3DTask Print3DTask Print3DTask Print3DTask Class

Definition

Represents a 3D print job.

public : sealed class Print3DTask : IPrint3DTaskpublic sealed class Print3DTask : IPrint3DTaskPublic NotInheritable Class Print3DTask Implements IPrint3DTask// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Graphics.Printing3D.Printing3DContract (introduced v1)

Remarks

This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the 3MF Specification.

Properties

Source Source Source Source

Gets the 3D print package to be printed.

public : Printing3D3MFPackage Source { get; }public Printing3D3MFPackage Source { get; }Public ReadOnly Property Source As Printing3D3MFPackage// You can use this property in JavaScript.

Events

Completed Completed Completed Completed

Occurs when the print request has been sent to the 3D printer and the 3D print job has been created.

public : event TypedEventHandler Completed<Print3DTask,  Print3DTaskCompletedEventArgs>public event TypedEventHandler Completed<Print3DTask,  Print3DTaskCompletedEventArgs>Public Event Completed<Print3DTask,  Print3DTaskCompletedEventArgs>// You can use this event in JavaScript.

SourceChanged SourceChanged SourceChanged SourceChanged

Occurs when the workflow modifies the 3D print package.

public : event TypedEventHandler SourceChanged<Print3DTask,  Print3DTaskSourceChangedEventArgs>public event TypedEventHandler SourceChanged<Print3DTask,  Print3DTaskSourceChangedEventArgs>Public Event SourceChanged<Print3DTask,  Print3DTaskSourceChangedEventArgs>// You can use this event in JavaScript.

Submitting Submitting Submitting Submitting

Occurs when the 3D print package has been submitted to the 3D printer.

public : event TypedEventHandler Submitting<Print3DTask,  object>public event TypedEventHandler Submitting<Print3DTask,  object>Public Event Submitting<Print3DTask,  object>// You can use this event in JavaScript.