LogicEngine.LoadModelFile Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Engine Namespace > LogicEngine Class > LogicEngine Methods >

LogicEngine.LoadModelFile Method

Loads a model from a specified file if it exists.

Namespace: BNCS.Logic.Engine
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public static bool LoadModelFile(
 string modelFile
)

Parameters

modelFile

Type: String
The path to the model file to be loaded.

Return Value

Returns true if the model file exists and is successfully loaded; otherwise, false.

 

See Also


LogicEngine Class

BNCS.Logic.Engine Namespace