CAM3MFExportOptions.error Property

Parent Object: CAM3MFExportOptions

Derived from: CAMExportOptions.error


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

Description

Gets the last encountered error message. Returns an empty string if no errors have been found.

Syntax

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

// Get the value of the property.
string propertyValue = cAM3MFExportOptions_var->error();
"cAM3MFExportOptions_var" Is a variable referencing a CAM3MFExportOptions Object.
// Get the value of the property.
propertyValue = cAM3MFExportOptions_var.error;

Property Value

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

Version

Introduced in version September 2023