KBLImporter

The KBL file importer.

Example

app = cf.GetApplication()
project = app:NewProject()

    -- Auto determine the CAD file type and import it into the current project

project.Importer.KBL:Import(FEKO_HOME..[[/shared/Resources/Automation/sample.kbl]])

Usage locations (object properties)

The following objects have properties using the KBLImporter object:

Property List

Type
The object type string. (Read only string)

Method List

Import (filename string)
Import the specified file.

Property Details

Type
The object type string.
Type
string
Access
Read only

Method Details

Import (filename string)
Import the specified file.
Input Parameters
filename(string)
The name of the file to be imported.