IDynamicsManagerGetPropertyValuesFromEvents Method |
Namespace: DWSIM.InterfacesAssembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax List<Tuple<string, string, double>> GetPropertyValuesFromEvents(
IFlowsheet fs,
DateTime currenttime,
Dictionary<DateTime, XDocument> history,
IDynamicsEventSet eventset
)
Function GetPropertyValuesFromEvents (
fs As IFlowsheet,
currenttime As DateTime,
history As Dictionary(Of DateTime, XDocument),
eventset As IDynamicsEventSet
) As List(Of Tuple(Of String, String, Double))
Request Example
View SourceParameters
- fs IFlowsheet
-
- currenttime DateTime
-
- history DictionaryDateTime, XDocument
-
- eventset IDynamicsEventSet
-
Return Value
ListTupleString,
String,
DoubleSee Also