Share

DataFolder.parentProject Property

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

Description

Returns the parent project that owns this folder.

Syntax

"dataFolder_var" is a variable referencing a DataFolder object.

# Get the value of the property.
propertyValue = dataFolder_var.parentProject

Property Value

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

Version

Introduced in version January 2015

Was this information helpful?