Print3DTask.Source Property
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.
Gets the 3D print package to be printed.
public:
property Printing3D3MFPackage ^ Source { Printing3D3MFPackage ^ get(); };
Printing3D3MFPackage Source();
public Printing3D3MFPackage Source { get; }
var printing3D3MFPackage = print3DTask.source;
Public ReadOnly Property Source As Printing3D3MFPackage
Property Value
The 3D print package to be printed.