Print3DTaskSourceRequestedArgs.SetSource(Printing3D3MFPackage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the 3D Manufacturing Format (3MF) package to use in the print job.
public:
virtual void SetSource(Printing3D3MFPackage ^ source) = SetSource;
void SetSource(Printing3D3MFPackage const& source);
public void SetSource(Printing3D3MFPackage source);
function setSource(source)
Public Sub SetSource (source As Printing3D3MFPackage)
Parameters
- source
- Printing3D3MFPackage
The 3D Manufacturing Format (3MF) package to use in the print job.