Printing3DCompositeMaterialGroup.MaterialIndices Property

Definition

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

IVector<UInt32>

IList<UInt32>

Windows.Foundation.Collections.IVector

IVector<uint32_t>

Index values of base materials from the base material group specified by MaterialGroupId.

Applies to

See also