Printing3DCompositeMaterialGroup(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 Printing3DCompositeMaterialGroup class.
public:
Printing3DCompositeMaterialGroup(unsigned int MaterialGroupId);
Printing3DCompositeMaterialGroup(uint32_t const& MaterialGroupId);
public Printing3DCompositeMaterialGroup(uint MaterialGroupId);
function Printing3DCompositeMaterialGroup(MaterialGroupId)
Public Sub New (MaterialGroupId As UInteger)
Parameters
- MaterialGroupId
-
UInt32
unsigned int
uint32_t
The identifier (ID) of the composite material group; 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.