DataObjectFuture.dataObject Property
Parent Object: DataObjectFutureDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataObjectFuture.h>
Description
Returns the DataObject when the data has become available, (state returns FinishedFutureState). Returns null if the operation is still running or has failed.
Syntax
"dataObjectFuture_var" is a variable referencing a DataObjectFuture object.
|