Share

CAM3MFExportOptions.thumbnailPath Property

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

Description

Path to the thumbnail for the buildfile

Syntax

"cAM3MFExportOptions_var" is a variable referencing a CAM3MFExportOptions object.

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

# Set the value of the property.
cAM3MFExportOptions_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?