RecognizedHoleGroup.hasErrors Property

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

Description

Returns true if there are any errors associated with this hole group.

Syntax

"recognizedHoleGroup_var" is a variable referencing a RecognizedHoleGroup object.

# Get the value of the property.
propertyValue = recognizedHoleGroup_var.hasErrors
"recognizedHoleGroup_var" is a variable referencing a RecognizedHoleGroup object.
#include <Cam/HoleRecognition/RecognizedHoleGroup.h>

// Get the value of the property.
boolean propertyValue = recognizedHoleGroup_var->hasErrors();

Property Value

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

Version

Introduced in version May 2023