PRMExportOptions.thumbnailPath Property

Parent Object: PRMExportOptions

Derived from: CAMExportOptions.thumbnailPath


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

Description

Path to the thumbnail for the buildfile

Syntax

"pRMExportOptions_var" is a variable referencing a PRMExportOptions object.
# Get the value of the property.
propertyValue = pRMExportOptions_var.thumbnailPath

# Set the value of the property.
pRMExportOptions_var.thumbnailPath = propertyValue
"pRMExportOptions_var" Is a variable referencing a PRMExportOptions Object.
#include <Cam/CAM/PRMExportOptions.h>

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

// Set the value of the property, where value_var is a string.
bool returnValue = pRMExportOptions_var->thumbnailPath(value_var);
"pRMExportOptions_var" Is a variable referencing a PRMExportOptions Object.
// Get the value of the property.
propertyValue = pRMExportOptions_var.thumbnailPath;

// Set the value of the property.
pRMExportOptions_var.thumbnailPath = propertyValue;

Property Value

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

Version

Introduced in version April 2026