Printing3DMultiplePropertyMaterialGroup.MultipleProperties 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 a list of property-material combinations. 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<Printing3DMultiplePropertyMaterial ^> ^ MultipleProperties { IVector<Printing3DMultiplePropertyMaterial ^> ^ get(); };
IVector<Printing3DMultiplePropertyMaterial> MultipleProperties();
public IList<Printing3DMultiplePropertyMaterial> MultipleProperties { get; }
var iVector = printing3DMultiplePropertyMaterialGroup.multipleProperties;
Public ReadOnly Property MultipleProperties As IList(Of Printing3DMultiplePropertyMaterial)
Property Value
A list of property-material combinations .