MachineInteractionPair.isIgnored Property

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

Description

Whether this MachineInteractionPair will be ignored.

Syntax

"machineInteractionPair_var" is a variable referencing a MachineInteractionPair object.

# Get the value of the property.
propertyValue = machineInteractionPair_var.isIgnored
"machineInteractionPair_var" is a variable referencing a MachineInteractionPair object.
#include <Cam/Machine/MachineInteractionPair.h>

// Get the value of the property.
boolean propertyValue = machineInteractionPair_var->isIgnored();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version September 2025