"data_var" Is a variable referencing a Data Object.
#include <Core/Dashboard/Data.h>
// Get the value of the property. Ptr<DataHub> propertyValue = data_var->activeHub();
// Set the value of the property, where value_var is a DataHub. bool returnValue = data_var->activeHub(value_var); |