PrintSetting.count Property

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

Description

Get the number of PrintSettingItems in this collection.

Syntax

"printSetting_var" is a variable referencing a PrintSetting object.

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

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

Property Value

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

Version

Introduced in version April 2023