Share

CAMExportOptions.thumbnailPath Property

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

Description

Path to the thumbnail for the buildfile

Syntax

"cAMExportOptions_var" is a variable referencing a CAMExportOptions object.

# Get the value of the property.
propertyValue = cAMExportOptions_var.thumbnailPath

# Set the value of the property.
cAMExportOptions_var.thumbnailPath = propertyValue

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version May 2023

Was this information helpful?