IDynamics ManagerGet Property Values From Events Method
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
List<Tuple<string, string, double>> GetPropertyValuesFromEvents(
IFlowsheet fs,
DateTime currenttime,
Dictionary<DateTime, string> history,
IDynamicsEventSet eventset
)VB
Function GetPropertyValuesFromEvents (
fs As IFlowsheet,
currenttime As DateTime,
history As Dictionary(Of DateTime, String),
eventset As IDynamicsEventSet
) As List(Of Tuple(Of String, String, Double))Parameters
- fs IFlowsheet
- currenttime DateTime
- history DictionaryDateTime, String
- eventset IDynamicsEventSet