CAMExportOptions.error Property
Parent Object: CAMExportOptionsDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMExportOptions.h>
Description
Gets the last encountered error message. When the CAMExportManager's executeWithExportFuture() method is used, this method only returns errors encoutered when setting up the export. Errors thrown afterwards can be retrieved via the CAMExportFuture object. When the CAMExportManager's execute() method is used, any error can be retrieved using this property.
Syntax
"cAMExportOptions_var" is a variable referencing a CAMExportOptions object.
|