ToolingCapabilitiesMachineElement.maxToolCount Property

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

Description

Property that represents the maximum number of tools available in the tool magazine, or the maximum number of tools that can be programmed in the control.

Syntax

"toolingCapabilitiesMachineElement_var" is a variable referencing a ToolingCapabilitiesMachineElement object.

# Get the value of the property.
propertyValue = toolingCapabilitiesMachineElement_var.maxToolCount

# Set the value of the property.
toolingCapabilitiesMachineElement_var.maxToolCount = propertyValue
"toolingCapabilitiesMachineElement_var" is a variable referencing a ToolingCapabilitiesMachineElement object.
#include <Cam/Machine/ToolingCapabilitiesMachineElement.h>

// Get the value of the property.
integer propertyValue = toolingCapabilitiesMachineElement_var->maxToolCount();

// Set the value of the property, where value_var is an integer.
bool returnValue = toolingCapabilitiesMachineElement_var->maxToolCount(value_var);

Property Value

This is a read/write property whose value is an integer.

Version

Introduced in version September 2025