CAMExportOptions.isThumbnailSupported Property
Parent Object:
CAMExportOptionsDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMExportOptions.h>
Description
Method to check if the exporter implementation supports thumbnail
Syntax
"cAMExportOptions_var" is a variable referencing a CAMExportOptions object.
# Get the value of the property. propertyValue = cAMExportOptions_var.isThumbnailSupported
|
"cAMExportOptions_var" is a variable referencing a CAMExportOptions object.
#include <Cam/CAM/CAMExportOptions.h>
// Get the value of the property. boolean propertyValue = cAMExportOptions_var->isThumbnailSupported();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version July 2023