Share via


Printing3DMaterial.ColorGroups Property

Definition

Gets all color material groups used in the 3D model.

public:
 property IVector<Printing3DColorMaterialGroup ^> ^ ColorGroups { IVector<Printing3DColorMaterialGroup ^> ^ get(); };
IVector<Printing3DColorMaterialGroup> ColorGroups();
public IList<Printing3DColorMaterialGroup> ColorGroups { get; }
var iVector = printing3DMaterial.colorGroups;
Public ReadOnly Property ColorGroups As IList(Of Printing3DColorMaterialGroup)

Property Value

All color material groups used in the 3D model, of type Printing3DColorMaterialGroup.

Applies to