Previous Next


LoadFile Method (RDKApplication Object)

Description

Load model definition and results from a file on disk.

Syntax

object.LoadFile(fileName$)

Arguments

fileName (Required String) – the name of the file to load the model and results from.

Return Value

None.

Example

RDKApp.LoadFile "C:\MyFile.RDK"