Printing3DMultiplePropertyMaterial.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 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
The indices of the properties or materials combined in the multi-property.