Share via


Print3DWorkflow.IsPrintReady Property

Definition

Gets or sets a value that indicates the 3D object is ready for printing and no further user interaction is required.

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

Property Value

Boolean

bool

true if the 3D object is ready for printing; otherwise, false.

Applies to