Printing3DCompositeMaterialGroup.MaterialIndices プロパティ

定義

グループ内の複合材料を作成するために使用される基本材料の順序付きリストを取得します。 基材の順序は、コンポジットで定義された混合値に保持 されます

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

プロパティ値

IVector<UInt32>

IList<UInt32>

Windows.Foundation.Collections.IVector

IVector<uint32_t>

MaterialGroupId で指定されたベース マテリアル グループのベース マテリアルのインデックス値。

適用対象

こちらもご覧ください