PRMExportOptions.exportObject Property

Parent Object: PRMExportOptions

Derived from: CAMExportOptions.exportObject


Defined in namespace "adsk::cam" and the header file is <Cam/CAM/PRMExportOptions.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

"pRMExportOptions_var" is a variable referencing a PRMExportOptions object.
# Get the value of the property.
propertyValue = pRMExportOptions_var.exportObject

# Set the value of the property.
pRMExportOptions_var.exportObject = propertyValue
"pRMExportOptions_var" Is a variable referencing a PRMExportOptions Object.
#include <Cam/CAM/PRMExportOptions.h>

// Get the value of the property.
Base propertyValue = pRMExportOptions_var->exportObject();

// Set the value of the property, where value_var is a Base.
bool returnValue = pRMExportOptions_var->exportObject(value_var);
"pRMExportOptions_var" Is a variable referencing a PRMExportOptions Object.
// Get the value of the property.
propertyValue = pRMExportOptions_var.exportObject;

// Set the value of the property.
pRMExportOptions_var.exportObject = propertyValue;

Property Value

This is a read/write property whose value is a Base.

Version

Introduced in version April 2026