LogicEngine.GetModelInputPort Method

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

 

Syntax


public static LogicPort GetModelInputPort(
 Guid modelId,
 Guid inputId
)

Parameters

modelId

Type: Guid
The unique identifier of the model.

inputId

Type: Guid
The unique identifier of the input port.

Return Value

The LogicPort associated with the specified model and input identifier.

 

Exceptions


Exception

Condition

[KeyNotFoundException]

Thrown when the specified model or input is not found in the collection.

 

See Also


LogicEngine Class

BNCS.Logic.Engine Namespace