Printing3DCompositeMaterialGroup.MaterialIndices 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 an ordered list of base materials that are used to make the composite materials in the group. The order of base materials is maintained in the mixture values defined by Composites.
public:
property IVector<unsigned int> ^ MaterialIndices { IVector<unsigned int> ^ get(); };
IVector<uint32_t> MaterialIndices();
public IList<uint> MaterialIndices { get; }
var iVector = printing3DCompositeMaterialGroup.materialIndices;
Public ReadOnly Property MaterialIndices As IList(Of UInteger)
Property Value
Index values of base materials from the base material group specified by MaterialGroupId.