Compartir a través de


Printing3DComponent.Components Propiedad

Definición

Obtiene los demás componentes contenidos en el componente.

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)

Valor de propiedad

Los demás componentes incluidos en el componente.

Se aplica a