Setup.activate Method

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

Description

Sets this object as the default container.

Syntax

"setup_var" is a variable referencing a Setup object.
returnValue = setup_var.activate()
"setup_var" is a variable referencing a Setup object.

#include <Cam/CAM/Setup.h>

returnValue = setup_var->activate();

Return Value

Type Description
boolean Returns true if the activation was successful.

Version

Introduced in version April 2023