SetupInput.operationType Property

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

Description

Operation Type for the setup

Syntax

"setupInput_var" is a variable referencing a SetupInput object.

# Get the value of the property.
propertyValue = setupInput_var.operationType
"setupInput_var" is a variable referencing a SetupInput object.
#include <Cam/CAM/SetupInput.h>

// Get the value of the property.
OperationTypes propertyValue = setupInput_var->operationType();

Property Value

This is a read only property whose value is an OperationTypes.

Version

Introduced in version April 2023