RecognizedHoleGroups.item Method

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

Description

Returns the hole group at the specified index from this collection of hole groups.

Syntax

"recognizedHoleGroups_var" is a variable referencing a RecognizedHoleGroups object.
returnValue = recognizedHoleGroups_var.item(index)
"recognizedHoleGroups_var" is a variable referencing a RecognizedHoleGroups object.

#include <Cam/HoleRecognition/RecognizedHoleGroups.h>

returnValue = recognizedHoleGroups_var->item(index);

Parameters

Name Type Description
index uinteger The index of the hole group within this hole group collection to return. The first hole group in this collection has an index of 0.

Version

Introduced in version May 2023