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