Share

DataProject.rootFolder Property

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

Description

Returns the project's root folder. This provides access to all of the folders and the files in the top level of the project.

Syntax

"dataProject_var" is a variable referencing a DataProject object.

# Get the value of the property.
propertyValue = dataProject_var.rootFolder

Property Value

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

Version

Introduced in version January 2015

Was this information helpful?