LogicEngine.GetModelOutputPort Method

<< 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)

 

Syntax


public static LogicPort GetModelOutputPort(
 Guid modelId,
 Guid outputId
)

Parameters

modelId

Type: Guid
The unique identifier of the model.

outputId

Type: Guid
The unique identifier of the output port.

Return Value

The LogicPort associated with the specified model and output identifiers.

 

Exceptions


Exception

Condition

[KeyNotFoundException]

Thrown when the specified model or output is not found in the instances.

 

See Also


LogicEngine Class

BNCS.Logic.Engine Namespace