DesignDataFile.copy Method

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

Description

Copies this DataFile to the specified folder.

Syntax

"designDataFile_var" is a variable referencing a DesignDataFile object.
returnValue = designDataFile_var.copy(targetFolder)
"designDataFile_var" is a variable referencing a DesignDataFile object.

#include <Core/Dashboard/DesignDataFile.h>

returnValue = designDataFile_var->copy(targetFolder);

Return Value

Type Description
DataFile Returns the copied DataFile if the copy was successful.

Parameters

Name Type Description
targetFolder DataFolder The folder to copy this DataFile to.

Version

Introduced in version October 2023