LogicEngine.LoadModel Method

<< Click to Display Table of Contents >>

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

LogicEngine.LoadModel Method

Loads a logic model into the system, creating a new instance and setting up input and output ports.

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

 

Syntax


public static LogicModelDetail LoadModel(
 LogicModel model
)

Parameters

model

Type: BNCS.Logic.Models.LogicModel
The logic model to be loaded.

Return Value

Returns true if the model is successfully loaded.

 

See Also


LogicEngine Class

BNCS.Logic.Engine Namespace