CopyFileInput.targetFolder Property

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

Description

Gets and sets the target DataFolder where the design will be copied to.

Syntax

"copyFileInput_var" is a variable referencing a CopyFileInput object.

# Get the value of the property.
propertyValue = copyFileInput_var.targetFolder
"copyFileInput_var" is a variable referencing a CopyFileInput object.
#include <Core/Dashboard/CopyFileInput.h>

// Get the value of the property.
Ptr<DataFolder> propertyValue = copyFileInput_var->targetFolder();

Property Value

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

Version

Introduced in version October 2023