DataFolder.isRoot Property

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

Description

Indicates if this folder is the root folder within the parent project.

Syntax

"dataFolder_var" is a variable referencing a DataFolder object.

# Get the value of the property.
propertyValue = dataFolder_var.isRoot
"dataFolder_var" is a variable referencing a DataFolder object.
#include <Core/Dashboard/DataFolder.h>

// Get the value of the property.
boolean propertyValue = dataFolder_var->isRoot();

Property Value

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

Version

Introduced in version January 2015