Printing3DCompositeMaterial.Values 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 mixture of base materials used in the composite material. Each mixture is defined by listing the proportion of the overall mixture for each base material (values between 0 and 1).
public:
property IVector<double> ^ Values { IVector<double> ^ get(); };
IVector<double> Values();
public IList<double> Values { get; }
var iVector = printing3DCompositeMaterial.values;
Public ReadOnly Property Values As IList(Of Double)
Property Value
The proportions of base materials used in the composite material (values between 0 and 1). Proportion values are specified in the same order as the base materials in MaterialIndices.