Printing3D3MFPackage.SaveModelToPackageAsync(Printing3DModel) Method

Definition

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

Applies to