ArrangeSelections.count Property

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

Description

The number of items in the collection.

Syntax

"arrangeSelections_var" is a variable referencing an ArrangeSelections object.

# Get the value of the property.
propertyValue = arrangeSelections_var.count
"arrangeSelections_var" is a variable referencing an ArrangeSelections object.
#include <Cam/GeometrySelections/ArrangeSelections.h>

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

Property Value

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

Version

Introduced in version March 2024