Share

STEPImportOptions.filename Property

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

Description

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

Syntax

"sTEPImportOptions_var" is a variable referencing a STEPImportOptions object.

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

# Set the value of the property.
sTEPImportOptions_var.filename = propertyValue

Property Value

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

Version

Introduced in version September 2015

Was this information helpful?