Compartir a través de


Print3DWorkflow.IsPrintReady Propiedad

Definición

Obtiene o establece un valor que indica que el objeto 3D está listo para imprimirse y no se requiere ninguna interacción adicional del usuario.

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

Valor de propiedad

Boolean

bool

true si el objeto 3D está listo para imprimir; de lo contrario, false.

Se aplica a