Click or drag to resize

FormFlowsheetGetSnapshot Method


Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax
public XDocument GetSnapshot(
	SnapshotType stype,
	ISimulationObject obj = null
)
Request Example View Source

Parameters

stype  SnapshotType
 
obj  ISimulationObject  (Optional)
 

Return Value

XDocument

Implements

IFlowsheetGetSnapshot(SnapshotType, ISimulationObject)
See Also