Gets and sets the filename that the exported file will be written to.
# Get the value of the property.propertyValue = drawingExportOptions_var.filename# Set the value of the property.drawingExportOptions_var.filename = propertyValue
#include <Drawing/Drawing/DrawingExportOptions.h>// Get the value of the property.string propertyValue = drawingExportOptions_var->filename();// Set the value of the property, where value_var is a string.bool returnValue = drawingExportOptions_var->filename(value_var);