PRMExportOptions.isThumbnailSupported Property

Parent Object: PRMExportOptions

Derived from: CAMExportOptions.isThumbnailSupported


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

Description

Method to check if the exporter implementation supports thumbnail

Syntax

"pRMExportOptions_var" is a variable referencing a PRMExportOptions object.
# Get the value of the property.
propertyValue = pRMExportOptions_var.isThumbnailSupported
"pRMExportOptions_var" Is a variable referencing a PRMExportOptions Object.
#include <Cam/CAM/PRMExportOptions.h>

// Get the value of the property.
boolean propertyValue = pRMExportOptions_var->isThumbnailSupported();
"pRMExportOptions_var" Is a variable referencing a PRMExportOptions Object.
// Get the value of the property.
propertyValue = pRMExportOptions_var.isThumbnailSupported;

Property Value

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

Version

Introduced in version April 2026