Share

CAMAdditiveBuildExportOptions.selectedExportFilterId Property

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

Description

Gets and sets the export filter to be used for the export. By default, this is the first entry in the print setting's filter list.

Syntax

"cAMAdditiveBuildExportOptions_var" is a variable referencing a CAMAdditiveBuildExportOptions object.

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

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

Property Value

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

Version

Introduced in version October 2023

Was this information helpful?