Printing3D3MFPackage.Textures Property

Definition

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.

Applies to