Click or drag to resize

Automation3SaveFlowsheet Method


Namespace: DWSIM.Automation
Assembly: DWSIM.Automation (in DWSIM.Automation.dll) Version: 8.4.5.0
Syntax
[DispIdAttribute(4)]
public void SaveFlowsheet(
	IFlowsheet flowsheet,
	string filepath,
	bool compressed
)
Request Example View Source

Parameters

flowsheet  IFlowsheet
 
filepath  String
 
compressed  Boolean
 

Implements

AutomationInterfaceSaveFlowsheet(IFlowsheet, String, Boolean)
See Also