DataFolder.dataFolders Property

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

Description

Returns a collection containing all of the folders within this folder.

Syntax

"dataFolder_var" is a variable referencing a DataFolder object.

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

// Get the value of the property.
Ptr<DataFolders> propertyValue = dataFolder_var->dataFolders();

Property Value

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

Version

Introduced in version January 2015