PRMExportOptions.fullFilename Property

Parent Object: PRMExportOptions

Derived from: CAMExportOptions.fullFilename


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

Description

The file we want to export to. Needs to contain a valid path, as no intermediate folders are created.

Syntax

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

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

// Get the value of the property.
string propertyValue = pRMExportOptions_var->fullFilename();

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

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

Property Value

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

Version

Introduced in version April 2026