RecognizedHoles.count Property

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

Description

Returns the number of holes contained in this hole collection.

Syntax

"recognizedHoles_var" is a variable referencing a RecognizedHoles object.

# Get the value of the property.
propertyValue = recognizedHoles_var.count
"recognizedHoles_var" is a variable referencing a RecognizedHoles object.
#include <Cam/HoleRecognition/RecognizedHoles.h>

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

Property Value

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

Version

Introduced in version May 2023