Printing3DBaseMaterialGroup(UInt32) Constructor
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.
Creates an instance of the Printing3DBaseMaterialGroup class.
public:
Printing3DBaseMaterialGroup(unsigned int MaterialGroupId);
Printing3DBaseMaterialGroup(uint32_t const& MaterialGroupId);
public Printing3DBaseMaterialGroup(uint MaterialGroupId);
function Printing3DBaseMaterialGroup(MaterialGroupId)
Public Sub New (MaterialGroupId As UInteger)
Parameters
- MaterialGroupId
-
UInt32
unsigned int
uint32_t
The identifier for the group of base materials used in the 3D model; a value greater than zero.
Remarks
Set MaterialGroupId to a value greater than zero. A value of zero is not valid and triggers an E_INVALIADARG error.