Print3DWorkflow.IsPrintReady 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 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.