ToolLibrary.count Property

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

Description

The number of tools in the ToolLibrary.

Syntax

"toolLibrary_var" is a variable referencing a ToolLibrary object.

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

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

Property Value

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

Version

Introduced in version April 2023