CAM3MFExportOptions.exportObject Property
Parent Object:
CAM3MFExportOptionsDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAM3MFExportOptions.h>
Description
The export object we want to export. Depending on the actual export option, this might be geometry, an operation or a setup.
Syntax
"cAM3MFExportOptions_var" is a variable referencing a CAM3MFExportOptions object.
# Get the value of the property. propertyValue = cAM3MFExportOptions_var.exportObject
# Set the value of the property. cAM3MFExportOptions_var.exportObject = propertyValue
|
"cAM3MFExportOptions_var" is a variable referencing a CAM3MFExportOptions object.
#include <Cam/CAM/CAM3MFExportOptions.h>
// Get the value of the property. Ptr<Base> propertyValue = cAM3MFExportOptions_var->exportObject();
// Set the value of the property, where value_var is a Base. bool returnValue = cAM3MFExportOptions_var->exportObject(value_var);
|
Property Value
This is a read/write property whose value is a
Base.
Version
Introduced in version November 2021