LogicEngine.GetModelInputPorts Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Engine Namespace > LogicEngine Class > LogicEngine Methods >

LogicEngine.GetModelInputPorts Method

Retrieves the input port identifiers for a specified model.

Namespace: BNCS.Logic.Engine
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public static Guid[] GetModelInputPorts(
 Guid modelId
)

Parameters

modelId

Type: Guid
The unique identifier of the model whose input ports are to be retrieved.

Return Value

An array of [Guid] representing the input port identifiers of the specified model.

 

Exceptions


Exception

Condition

[KeyNotFoundException]

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

 

See Also


LogicEngine Class

BNCS.Logic.Engine Namespace