Setups.itemByName Method

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

Description

Returns the setup with the specified name.

Syntax

"setups_var" is a variable referencing a Setups object.
returnValue = setups_var.itemByName(name)
"setups_var" is a variable referencing a Setups object.

#include <Cam/CAM/Setups.h>

returnValue = setups_var->itemByName(name);

Return Value

Type Description
Setup Returns the specified setup or null in the case where there is no setup with the specified name.

Parameters

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

Version

Introduced in version January 2016