SATImportOptions.filename Property

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

Description

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

Syntax

"sATImportOptions_var" is a variable referencing a SATImportOptions object.

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

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

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

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

Property Value

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

Version

Introduced in version September 2015