Data.activeFolder Property

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

Description

Gets the active DataFolder as seen in the Fusion Data Panel.

Syntax

"data_var" is a variable referencing a Data object.

# Get the value of the property.
propertyValue = data_var.activeFolder
"data_var" is a variable referencing a Data object.
#include <Core/Dashboard/Data.h>

// Get the value of the property.
Ptr<DataFolder> propertyValue = data_var->activeFolder();

Property Value

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

Version

Introduced in version May 2022