DXF2DImportOptions.filename Property

Parent Object: DXF2DImportOptions
Defined in namespace "adsk::core" and the header file is <Core/Application/DXF2DImportOptions.h>

Description

Gets and sets the filename or URL of the file to be imported.

Syntax

"dXF2DImportOptions_var" is a variable referencing a DXF2DImportOptions object.

# Get the value of the property.
propertyValue = dXF2DImportOptions_var.filename

# Set the value of the property.
dXF2DImportOptions_var.filename = propertyValue
"dXF2DImportOptions_var" is a variable referencing a DXF2DImportOptions object.
#include <Core/Application/DXF2DImportOptions.h>

// Get the value of the property.
string propertyValue = dXF2DImportOptions_var->filename();

// Set the value of the property, where value_var is a string.
bool returnValue = dXF2DImportOptions_var->filename(value_var);

Property Value

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

Version

Introduced in version November 2015