IDynamicsManagerGetPropertyValuesFromEvents Method

Definition

Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
List<Tuple<string, string, double>> GetPropertyValuesFromEvents(
	IFlowsheet fs,
	DateTime currenttime,
	Dictionary<DateTime, string> history,
	IDynamicsEventSet eventset
)

Parameters

fs  IFlowsheet
 
currenttime  DateTime
 
history  DictionaryDateTime, String
 
eventset  IDynamicsEventSet
 

Return Value

ListTupleString, String, Double

See Also