DataProject.parentHub Property
Parent Object:
DataProjectDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataProject.h>
Description
Returns the parent DataHub of this project.
Syntax
"dataProject_var" is a variable referencing a DataProject object.
# Get the value of the property. propertyValue = dataProject_var.parentHub
|
"dataProject_var" is a variable referencing a DataProject object.
#include <Core/Dashboard/DataProject.h>
// Get the value of the property. Ptr<DataHub> propertyValue = dataProject_var->parentHub();
|
Property Value
This is a read only property whose value is a
DataHub.
Version
Introduced in version September 2016