Printing3DColorMaterialGroup.Colors Property

Definition

Gets a group of color materials used in the 3D model.

public:
 property IVector<Printing3DColorMaterial ^> ^ Colors { IVector<Printing3DColorMaterial ^> ^ get(); };
IVector<Printing3DColorMaterial> Colors();
public IList<Printing3DColorMaterial> Colors { get; }
var iVector = printing3DColorMaterialGroup.colors;
Public ReadOnly Property Colors As IList(Of Printing3DColorMaterial)

Property Value

A group of color materials used in the 3D model, of type Printing3DColorMaterial.

Applies to