Printing3D3MFPackage.Textures 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 the textures in the 3D Manufacturing Format (3MF) package.
public:
property IVector<Printing3DTextureResource ^> ^ Textures { IVector<Printing3DTextureResource ^> ^ get(); };
IVector<Printing3DTextureResource> Textures();
public IList<Printing3DTextureResource> Textures { get; }
var iVector = printing3D3MFPackage.textures;
Public ReadOnly Property Textures As IList(Of Printing3DTextureResource)
Property Value
The textures in the 3MF package, of type Printing3DTextureResource.