Share

DataProject.parentHub Property

Parent Object: DataProject
Defined 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

Property Value

This is a read only property whose value is a DataHub.

Version

Introduced in version September 2016

Was this information helpful?