Share

DataFolders.itemByName Method

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

Description

Returns the folder specified using the name of the folder.

Syntax

"dataFolders_var" is a variable referencing a DataFolders object.
returnValue = dataFolders_var.itemByName(name)

Return Value

Type Description
DataFolder Returns the folder or null if a folder of the specified name is not found.

Parameters

Name Type Description
name string The name of the folder to return.

Version

Introduced in version January 2015

Was this information helpful?