Workspace.resourceFolder Property

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

Description

Gets or sets the resource folder.

Syntax

"workspace_var" is a variable referencing a Workspace object.

# Get the value of the property.
propertyValue = workspace_var.resourceFolder

# Set the value of the property.
workspace_var.resourceFolder = propertyValue
"workspace_var" is a variable referencing a Workspace object.
#include <Core/UserInterface/Workspace.h>

// Get the value of the property.
string propertyValue = workspace_var->resourceFolder();

// Set the value of the property, where value_var is a string.
bool returnValue = workspace_var->resourceFolder(value_var);

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version August 2014