ToolPresets.count Property

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

Description

The number of Presets of the owning Tool.

Syntax

"toolPresets_var" is a variable referencing a ToolPresets object.

# Get the value of the property.
propertyValue = toolPresets_var.count
"toolPresets_var" is a variable referencing a ToolPresets object.
#include <Cam/Tools/ToolPresets.h>

// Get the value of the property.
uinteger propertyValue = toolPresets_var->count();

Property Value

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

Version

Introduced in version April 2023