Printing3DMultiplePropertyMaterialGroup.MaterialGroupIndices 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 material groups (MaterialGroupId values) that are used to define property-material combinations in the multi-property group. The order of material groups is maintained in the combinations defined by MultipleProperties.
public:
property IVector<unsigned int> ^ MaterialGroupIndices { IVector<unsigned int> ^ get(); };
IVector<uint32_t> MaterialGroupIndices();
public IList<uint> MaterialGroupIndices { get; }
var iVector = printing3DMultiplePropertyMaterialGroup.materialGroupIndices;
Public ReadOnly Property MaterialGroupIndices As IList(Of UInteger)
Property Value
The indices of the properties or materials in the group.