CAMFolder.generatedDataCollection Property

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

Description

Get the generated data associated with a given operation base instance. The type of data depends on the strategy type and might not be available for all strategy types. The available types can be found in GeneratedData.cs

Syntax

"cAMFolder_var" is a variable referencing a CAMFolder object.

# Get the value of the property.
propertyValue = cAMFolder_var.generatedDataCollection
"cAMFolder_var" is a variable referencing a CAMFolder object.
#include <Cam/CAM/CAMFolder.h>

// Get the value of the property.
Ptr<GeneratedDataCollection> propertyValue = cAMFolder_var->generatedDataCollection();

Property Value

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

Version

Introduced in version July 2023