Click or drag to resize

Flowsheet2GenerateReport Method


Namespace: DWSIM.Automation
Assembly: DWSIM.Automation (in DWSIM.Automation.dll) Version: 8.8.1.0
Syntax
public void GenerateReport(
	List<ISimulationObject> objects,
	string format,
	Stream ms
)
Request Example View Source

Parameters

objects  ListISimulationObject
 
format  String
 
ms  Stream
 
See Also