Printing3D3MFPackage.ModelPart Property
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.
Gets or sets an XML stream to the 3D model in the 3D Manufacturing Format (3MF) package.
public:
property IRandomAccessStream ^ ModelPart { IRandomAccessStream ^ get(); void set(IRandomAccessStream ^ value); };
IRandomAccessStream ModelPart();
void ModelPart(IRandomAccessStream value);
public IRandomAccessStream ModelPart { get; set; }
var iRandomAccessStream = printing3D3MFPackage.modelPart;
printing3D3MFPackage.modelPart = iRandomAccessStream;
Public Property ModelPart As IRandomAccessStream
Property Value
An XML stream to the 3D model in the 3MF package.