Printing3DComponent.Type 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 or sets the type of the 3D Manufacturing Format (3MF) component.
public:
property Printing3DObjectType Type { Printing3DObjectType get(); void set(Printing3DObjectType value); };
Printing3DObjectType Type();
void Type(Printing3DObjectType value);
public Printing3DObjectType Type { get; set; }
var printing3DObjectType = printing3DComponent.type;
printing3DComponent.type = printing3DObjectType;
Public Property Type As Printing3DObjectType
Property Value
The type of the 3MF component.