Print3DTaskSourceChangedEventArgs.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 updated 3D print package from the workflow.
public:
property Printing3D3MFPackage ^ Source { Printing3D3MFPackage ^ get(); };
Printing3D3MFPackage Source();
public Printing3D3MFPackage Source { get; }
var printing3D3MFPackage = print3DTaskSourceChangedEventArgs.source;
Public ReadOnly Property Source As Printing3D3MFPackage
Property Value
The updated 3D print package.