CurveSelections.count Property

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

Description

The number of items in the collection.

Syntax

"curveSelections_var" is a variable referencing a CurveSelections object.

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

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

Property Value

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

Version

Introduced in version April 2023