Printing3D3MFPackage.LoadAsync(IRandomAccessStream) 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.
Creates a Printing3D3MFPackage object from a 3D Manufacturing Format (3MF) file stream.
public:
static IAsyncOperation<Printing3D3MFPackage ^> ^ LoadAsync(IRandomAccessStream ^ value);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<Printing3D3MFPackage> LoadAsync(IRandomAccessStream const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<Printing3D3MFPackage> LoadAsync(IRandomAccessStream value);
function loadAsync(value)
Public Shared Function LoadAsync (value As IRandomAccessStream) As IAsyncOperation(Of Printing3D3MFPackage)
Parameters
- value
- IRandomAccessStream
A 3MF file stream.
Returns
A Printing3D3MFPackage created from the specified 3MF package stream.
- Attributes