Application.applicationFolders Property
Parent Object:
ApplicationDefined in namespace "adsk::core" and the header file is <Core/Application/Application.h>
Description
Returns the ApplicationFolders object which provides access to the paths of various folders associated with Fusion.
Syntax
"application_var" is a variable referencing an Application object.
# Get the value of the property. propertyValue = application_var.applicationFolders
|
"application_var" is a variable referencing an Application object.
#include <Core/Application/Application.h>
// Get the value of the property. Ptr<ApplicationFolders> propertyValue = application_var->applicationFolders();
|
Property Value
This is a read only property whose value is an
ApplicationFolders.
Version
Introduced in version September 2024