CAMAdditiveBuildExportOptions.thumbnailPath Property

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

Description

Path to the thumbnail for the buildfile

Syntax

"cAMAdditiveBuildExportOptions_var" is a variable referencing a CAMAdditiveBuildExportOptions object.

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

# Set the value of the property.
cAMAdditiveBuildExportOptions_var.thumbnailPath = propertyValue
"cAMAdditiveBuildExportOptions_var" is a variable referencing a CAMAdditiveBuildExportOptions object.
#include <Cam/CAM/CAMAdditiveBuildExportOptions.h>

// Get the value of the property.
string propertyValue = cAMAdditiveBuildExportOptions_var->thumbnailPath();

// Set the value of the property, where value_var is a string.
bool returnValue = cAMAdditiveBuildExportOptions_var->thumbnailPath(value_var);

Property Value

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

Version

Introduced in version October 2023