LogicEngine.GetModelsByName Method

<< Click to Display Table of Contents >>

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

LogicEngine.GetModelsByName Method

Retrieves an array of LogicModel objects that match the specified name.

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

 

Syntax


public static LogicModel[] GetModelsByName(
 string name
)

Parameters

name

Type: String
The name of the models to search for.

Return Value

An array of LogicModel objects with the specified name.

 

See Also


LogicEngine Class

BNCS.Logic.Engine Namespace