|
<< 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)
public static bool LoadModelFile(
string modelFile
)
modelFile
Type: String
The path to the model file to be loaded.
Returns true if the model file exists and is successfully loaded; otherwise, false.