Click or drag to resize

FlowsheetBaseRestoreSnapshot Method


Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntax
public void RestoreSnapshot(
	XDocument xdata,
	SnapshotType stype
)
Request Example View Source

Parameters

xdata  XDocument
 
stype  SnapshotType
 

Implements

IFlowsheetRestoreSnapshot(XDocument, SnapshotType)
See Also