Print3DTaskRequest
Print3DTaskRequest
Print3DTaskRequest
Print3DTaskRequest
Class
Definition
Represents a 3D print job request.
public : sealed class Print3DTaskRequest : IPrint3DTaskRequestpublic sealed class Print3DTaskRequest : IPrint3DTaskRequestPublic NotInheritable Class Print3DTaskRequest Implements IPrint3DTaskRequest// 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.
Methods
CreateTask(String, String, Print3DTaskSourceRequestedHandler) CreateTask(String, String, Print3DTaskSourceRequestedHandler) CreateTask(String, String, Print3DTaskSourceRequestedHandler) CreateTask(String, String, Print3DTaskSourceRequestedHandler)
Creates a 3D print job.
public : Print3DTask CreateTask(PlatForm::String title, PlatForm::String printerId, Print3DTaskSourceRequestedHandler handler)public Print3DTask CreateTask(String title, String printerId, Print3DTaskSourceRequestedHandler handler)Public Function CreateTask(title As String, printerId As String, handler As Print3DTaskSourceRequestedHandler) As Print3DTask// You can use this method in JavaScript.
Parameters
- title
- PlatForm::String String String String
The name of the print job.
- printerId
- PlatForm::String String String String
The identifier of the 3D printer.
- handler
- Print3DTaskSourceRequestedHandler Print3DTaskSourceRequestedHandler Print3DTaskSourceRequestedHandler Print3DTaskSourceRequestedHandler
The callback for the source of the print job request.
Returns
The 3D print job.