Printing3DComponent.Components プロパティ

定義

コンポーネント内に含まれる他のコンポーネントを取得します。

public:
 property IVector<Printing3DComponentWithMatrix ^> ^ Components { IVector<Printing3DComponentWithMatrix ^> ^ get(); };
IVector<Printing3DComponentWithMatrix> Components();
public IList<Printing3DComponentWithMatrix> Components { get; }
var iVector = printing3DComponent.components;
Public ReadOnly Property Components As IList(Of Printing3DComponentWithMatrix)

プロパティ値

コンポーネント内に含まれる他のコンポーネント。

適用対象