DocumentToolLibrary.count Property

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

Description

The number of tools in the ToolLibrary.

Syntax

"documentToolLibrary_var" is a variable referencing a DocumentToolLibrary object.

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

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

Property Value

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

Version

Introduced in version April 2023