Printing3D3MFPackage.LoadModelFromPackageAsync(IRandomAccessStream) Method

Definition

Creates a Printing3DModel object from a 3D Manufacturing Format (3MF) file stream.

public:
 virtual IAsyncOperation<Printing3DModel ^> ^ LoadModelFromPackageAsync(IRandomAccessStream ^ value) = LoadModelFromPackageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Printing3DModel> LoadModelFromPackageAsync(IRandomAccessStream const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Printing3DModel> LoadModelFromPackageAsync(IRandomAccessStream value);
function loadModelFromPackageAsync(value)
Public Function LoadModelFromPackageAsync (value As IRandomAccessStream) As IAsyncOperation(Of Printing3DModel)

Parameters

value
IRandomAccessStream

A 3MF file stream.

Returns

A Printing3DModel object created from the specified 3MF object stream.

Attributes

Applies to