Printing3DBaseMaterialGroup.Bases 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 a group of base materials used in the 3D model.
public:
property IVector<Printing3DBaseMaterial ^> ^ Bases { IVector<Printing3DBaseMaterial ^> ^ get(); };
IVector<Printing3DBaseMaterial> Bases();
public IList<Printing3DBaseMaterial> Bases { get; }
var iVector = printing3DBaseMaterialGroup.bases;
Public ReadOnly Property Bases As IList(Of Printing3DBaseMaterial)
Property Value
The base materials used in the 3D model, of type Printing3DBaseMaterial.