Printing3D3MFPackage.LoadModelFromPackageAsync(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 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