MachineElements.count Property

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

Description

Total number of elements in collection.

Syntax

"machineElements_var" is a variable referencing a MachineElements object.

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

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

Property Value

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

Version

Introduced in version April 2023