|
<< 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)
public static LogicModel[] GetModelsByName(
string name
)
name
Type: String
The name of the models to search for.
An array of LogicModel objects with the specified name.