Share via


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)

속성 값

구성 요소 내에 포함된 다른 구성 요소입니다.

적용 대상