RecognizedHoleGroups.count Property

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

Description

Returns the number of hole groups contained in this hole group collection.

Syntax

"recognizedHoleGroups_var" is a variable referencing a RecognizedHoleGroups object.

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

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

Property Value

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

Version

Introduced in version May 2023