Share via


Print3DTaskSourceRequestedArgs.SetSource | setSource method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Specifies the 3D print model package to use in the print job.

Syntax

print3DTaskSourceRequestedArgs.setSource(source);
public void SetSource(
  Print3DModelPackage source
)
Public Sub SetSource(
  source As Print3DModelPackage 
)
public:
void SetSource(
  Print3DModelPackage^ source
)

Parameters

Requirements (Windows 10 device family)

Device family

Desktop

API contract

Windows.Graphics.Printing3D.Printing3DContract, introduced version 1.0

Namespace

Windows.Graphics.Printing3D Windows::Graphics::Printing3D [C++]

Metadata

Windows.Graphics.Printing3D.Printing3DContract.winmd

See also

Print3DTaskSourceRequestedArgs