Printing3DMaterial.ColorGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.