Printing3D3MFPackage.SaveModelToPackageAsync(Printing3DModel) 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.
Saves the specified 3D model to the 3D Manufacturing Format (3MF) package.
public:
virtual IAsyncAction ^ SaveModelToPackageAsync(Printing3DModel ^ value) = SaveModelToPackageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SaveModelToPackageAsync(Printing3DModel const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SaveModelToPackageAsync(Printing3DModel value);
function saveModelToPackageAsync(value)
Public Function SaveModelToPackageAsync (value As Printing3DModel) As IAsyncAction
Parameters
- value
- Printing3DModel
The 3D model to be saved to the 3MF package.
Returns
The results of the operation.
- Attributes