Condividi tramite


Printing3DModel.Textures Proprietà

Definizione

Ottiene tutte le trame usate nel modello 3D.

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)

Valore della proprietà

Tutte le trame usate nel modello 3D, di tipo Printing3DModelTexture.

Si applica a