Condividi tramite


Print3DWorkflow.IsPrintReady Proprietà

Definizione

Ottiene o imposta un valore che indica che l'oggetto 3D è pronto per la stampa e non è necessaria un'ulteriore interazione utente.

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

Valore della proprietà

Boolean

bool

true se l'oggetto 3D è pronto per la stampa; in caso contrario, false.

Si applica a