DataFileFuture.dataFile Property
Parent Object: DataFileFutureDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFileFuture.h>
Description
Returns the DataFile when the upload is complete (uplodeState returns UploadFinished). Returns null if the upload is still running or has failed.
Syntax
"dataFileFuture_var" is a variable referencing a DataFileFuture object.
|