Click or drag to resize

IDynamicsManagerGetPropertyValuesFromEvents Method


Namespace: DWSIM.Interfaces
Assembly: 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
)
Request Example View Source

Parameters

fs  IFlowsheet
 
currenttime  DateTime
 
history  DictionaryDateTime, XDocument
 
eventset  IDynamicsEventSet
 

Return Value

ListTupleString, String, Double
See Also