Printing3DMultiplePropertyMaterial.MaterialIndices プロパティ

定義

マルチプロパティ マテリアルで結合されたプロパティやマテリアルのインデックスを取得します。 各組み合わせは、1 つの品目グループの品目のインデックスと、セカンダリ品目グループの品目のインデックスを一覧表示することによって定義されます。 インデックス値は、 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)

プロパティ値

IVector<UInt32>

IList<UInt32>

Windows.Foundation.Collections.IVector

IVector<uint32_t>

マルチプロパティで結合されたプロパティまたはマテリアルのインデックス。

適用対象