DataFileFuture.uploadState Property
Parent Object:
DataFileFutureDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFileFuture.h>
Description
Returns the current state of the upload.
Syntax
"dataFileFuture_var" is a variable referencing a DataFileFuture object.
# Get the value of the property. propertyValue = dataFileFuture_var.uploadState
|
"dataFileFuture_var" is a variable referencing a DataFileFuture object.
#include <Core/Dashboard/DataFileFuture.h>
// Get the value of the property. UploadStates propertyValue = dataFileFuture_var->uploadState();
|
Property Value
This is a read only property whose value is a
UploadStates.
Version
Introduced in version March 2015