Printing3DMultiplePropertyMaterial.MaterialIndices Property

Definition

Gets the indices of the properties and/or materials combined in the multi-property material. Each combination is defined by listing the index of an item from one material group with the index of an item from a secondary material group. The index values are specified in the same order as the material groups listed in MaterialGroupIndices.

public:
 property IVector<unsigned int> ^ MaterialIndices { IVector<unsigned int> ^ get(); };
IVector<uint32_t> MaterialIndices();
public IList<uint> MaterialIndices { get; }
var iVector = printing3DMultiplePropertyMaterial.materialIndices;
Public ReadOnly Property MaterialIndices As IList(Of UInteger)

Property Value

IVector<UInt32>

IList<UInt32>

Windows.Foundation.Collections.IVector

IVector<uint32_t>

The indices of the properties or materials combined in the multi-property.

Applies to