CAMAdditiveBuildExportFilter.name Property
Parent Object:
CAMAdditiveBuildExportFilterDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMAdditiveBuildExportFilter.h>
Description
The name of the file format. Might indicate whether a file format is binary or not.
Syntax
"cAMAdditiveBuildExportFilter_var" is a variable referencing a CAMAdditiveBuildExportFilter object.
# Get the value of the property. propertyValue = cAMAdditiveBuildExportFilter_var.name
|
"cAMAdditiveBuildExportFilter_var" is a variable referencing a CAMAdditiveBuildExportFilter object.
#include <Cam/CAM/CAMAdditiveBuildExportFilter.h>
// Get the value of the property. string propertyValue = cAMAdditiveBuildExportFilter_var->name();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version October 2023