Share

Data.activeProject Property

Parent Object: Data
Defined in namespace "adsk::core" and the header file is <Core/Dashboard/Data.h>

Description

Gets and sets the active DataProject. This is the project currently displayed in the Fusion Data Panel.

Syntax

"data_var" is a variable referencing a Data object.

# Get the value of the property.
propertyValue = data_var.activeProject

# Set the value of the property.
data_var.activeProject = propertyValue

Property Value

This is a read/write property whose value is a DataProject.

Version

Introduced in version September 2016

Was this information helpful?