Flowsheet2GenerateReport Method |
Namespace: DWSIM.AutomationAssembly: DWSIM.Automation (in DWSIM.Automation.dll) Version: 8.8.1.0
Syntax public void GenerateReport(
List<ISimulationObject> objects,
string format,
Stream ms
)
Public Sub GenerateReport (
objects As List(Of ISimulationObject),
format As String,
ms As Stream
)
Request Example
View SourceParameters
- objects ListISimulationObject
-
- format String
-
- ms Stream
-
See Also