|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Engine Namespace > LogicEngine Class > LogicEngine Methods > LogicEngine.GetModelInputPort Method |
Retrieves the input port for a specified model and input identifier.
Namespace: BNCS.Logic.Engine
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static LogicPort GetModelInputPort(
Guid modelId,
Guid inputId
)
modelId
Type: Guid
The unique identifier of the model.
inputId
Type: Guid
The unique identifier of the input port.
The LogicPort associated with the specified model and input identifier.
Condition |
|
|---|---|
[KeyNotFoundException] |
Thrown when the specified model or input is not found in the collection. |