LogicEngine.GetModelOutputPorts Method

<< Click to Display Table of Contents >>

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

LogicEngine.GetModelOutputPorts Method

Retrieves the output port identifiers for a specified model.

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

 

Syntax


public static Guid[] GetModelOutputPorts(
 Guid modelId
)

Parameters

modelId

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

Return Value

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

 

Exceptions


Exception

Condition

[KeyNotFoundException]

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

 

See Also


LogicEngine Class

BNCS.Logic.Engine Namespace