|
<< 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)
public static Guid[] GetModelOutputPorts(
Guid modelId
)
modelId
Type: Guid
The unique identifier of the model whose output ports are to be retrieved.
An array of [Guid] representing the output port identifiers of the specified model.
Condition |
|
|---|---|
[KeyNotFoundException] |
Thrown when the specified model is not found in the instances collection. |