Printing3DModel.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 all 3D Manufacturing Format (3MF) components used in the 3D model.
public:
property IVector<Printing3DComponent ^> ^ Components { IVector<Printing3DComponent ^> ^ get(); };
IVector<Printing3DComponent> Components();
public IList<Printing3DComponent> Components { get; }
var iVector = printing3DModel.components;
Public ReadOnly Property Components As IList(Of Printing3DComponent)
Property Value
All 3MF components used in the 3D model, of type Printing3DComponent.