DataFolder.dataFiles Property
Parent Object:
DataFolderDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFolder.h>
Description
Returns a collection containing all of the items within this folder, excluding folders. Use the dataFolders property to get the folders.
Syntax
"dataFolder_var" is a variable referencing a DataFolder object.
# Get the value of the property. propertyValue = dataFolder_var.dataFiles
|
"dataFolder_var" is a variable referencing a DataFolder object.
#include <Core/Dashboard/DataFolder.h>
// Get the value of the property. Ptr<DataFiles> propertyValue = dataFolder_var->dataFiles();
|
Property Value
This is a read only property whose value is a
DataFiles.
Version
Introduced in version January 2015