LogicEngine.GetModelDetails Method

<< Click to Display Table of Contents >>

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

LogicEngine.GetModelDetails Method

Retrieves an array of LogicModelDetail objects representing the details of each model.

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

 

Syntax


public static LogicModelDetail[] GetModelDetails()

Return Value

An array of LogicModelDetail containing the details of all models.

 

Remarks


This method iterates over a collection of models and creates a LogicModelDetail for each one.

 

See Also


LogicEngine Class

BNCS.Logic.Engine Namespace