Freigeben über


Print3DWorkflow.IsPrintReady Eigenschaft

Definition

Ruft einen Wert ab, der angibt, dass das 3D-Objekt druckbereit ist und keine weitere Benutzerinteraktion erforderlich ist, oder legt diesen fest.

public:
 property bool IsPrintReady { bool get(); void set(bool value); };
bool IsPrintReady();

void IsPrintReady(bool value);
public bool IsPrintReady { get; set; }
var boolean = print3DWorkflow.isPrintReady;
print3DWorkflow.isPrintReady = boolean;
Public Property IsPrintReady As Boolean

Eigenschaftswert

Boolean

bool

true , wenn das 3D-Objekt druckbereit ist; Andernfalls false.

Gilt für: