Printing3DModel.Textures Property

Definition

Gets all textures used in the 3D model.

public:
 property IVector<Printing3DModelTexture ^> ^ Textures { IVector<Printing3DModelTexture ^> ^ get(); };
IVector<Printing3DModelTexture> Textures();
public IList<Printing3DModelTexture> Textures { get; }
var iVector = printing3DModel.textures;
Public ReadOnly Property Textures As IList(Of Printing3DModelTexture)

Property Value

All textures used in the 3D model, of type Printing3DModelTexture.

Applies to