Setups.count Property

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

Description

The number of setups in the collection.

Syntax

"setups_var" is a variable referencing a Setups object.

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

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

Property Value

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

Version

Introduced in version January 2016