GeneratedDataCollection.item Method

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

Description

Gets the desired generated data at the given index.

Syntax

"generatedDataCollection_var" is a variable referencing a GeneratedDataCollection object.
returnValue = generatedDataCollection_var.item(index)
"generatedDataCollection_var" is a variable referencing a GeneratedDataCollection object.

#include <Cam/GeneratedData/GeneratedDataCollection.h>

returnValue = generatedDataCollection_var->item(index);

Parameters

Name Type Description
index integer

Version

Introduced in version July 2023