MachineAvoidGroups.count Property

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

Description

The number of items in the collection.

Syntax

"machineAvoidGroups_var" is a variable referencing a MachineAvoidGroups object.

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

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

Property Value

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

Version

Introduced in version September 2024