Share

CAMAdditiveBuildExportOptions.fullFilename Property

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

Description

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

Syntax

"cAMAdditiveBuildExportOptions_var" is a variable referencing a CAMAdditiveBuildExportOptions object.

# Get the value of the property.
propertyValue = cAMAdditiveBuildExportOptions_var.fullFilename

# Set the value of the property.
cAMAdditiveBuildExportOptions_var.fullFilename = propertyValue

Property Value

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

Version

Introduced in version October 2023

Was this information helpful?