CAMFolders.addFolder Method

Parent Object: CAMFolders
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMFolders.h>

Description

Creates a folder with the specified name and returns it as CAMFolder object.

Syntax

"cAMFolders_var" is a variable referencing a CAMFolders object.
returnValue = cAMFolders_var.addFolder(name)
"cAMFolders_var" is a variable referencing a CAMFolders object.

#include <Cam/CAM/CAMFolders.h>

returnValue = cAMFolders_var->addFolder(name);

Return Value

Type Description
CAMFolder Returns the newly created folder or null if folder can't be created.

Parameters

Name Type Description
name string The name (as it appears in the browser) of the folder.

Version

Introduced in version January 2024