Printing3DMultiplePropertyMaterialGroup(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 a new instance of the Printing3DMultiplePropertyMaterialGroup class.
public:
Printing3DMultiplePropertyMaterialGroup(unsigned int MaterialGroupId);
Printing3DMultiplePropertyMaterialGroup(uint32_t const& MaterialGroupId);
public Printing3DMultiplePropertyMaterialGroup(uint MaterialGroupId);
function Printing3DMultiplePropertyMaterialGroup(MaterialGroupId)
Public Sub New (MaterialGroupId As UInteger)
Parameters
- MaterialGroupId
-
UInt32
unsigned int
uint32_t
The identifier (ID) of the multi-property 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.