共用方式為


Printing3DComponent.Type 屬性

定義

取得或設定 3D 製造格式 (3MF) 元件的類型。

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

屬性值

3MF 元件的類型。

適用於