Click or drag to resize

FlowsheetBaseGetSnapshot Method


Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) 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