DataFolder.parentFolder Property
Parent Object:
DataFolderDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFolder.h>
Description
Returns the parent folder this folder is contained within. Returns null if this is the project's root folder.
Syntax
"dataFolder_var" is a variable referencing a DataFolder object.
# Get the value of the property. propertyValue = dataFolder_var.parentFolder
|
"dataFolder_var" is a variable referencing a DataFolder object.
#include <Core/Dashboard/DataFolder.h>
// Get the value of the property. Ptr<DataFolder> propertyValue = dataFolder_var->parentFolder();
|
Property Value
This is a read only property whose value is a
DataFolder.
Version
Introduced in version January 2015