Printing3DComponent.Components 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 other components contained within the component.
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)
Property Value
The other components contained within the component.