FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..resetBackToFigure Method (String, List<(Of <(<'clsExecutionIteration>)>)>%, Boolean, clsUIModel)

resets back to a selected figure

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public bool resetBackToFigure(
	string sExecutionID,
	out List<clsExecutionIteration> oCleanupItems,
	bool updateNextStepDesign,
	clsUIModel oNewDesignModel
)
Public Function resetBackToFigure ( _
	sExecutionID As String, _
	<OutAttribute> ByRef oCleanupItems As List(Of clsExecutionIteration), _
	updateNextStepDesign As Boolean, _
	oNewDesignModel As clsUIModel _
) As Boolean
public:
bool^ resetBackToFigure(
	String^ sExecutionID, 
	[OutAttribute] List<clsExecutionIteration^>^% oCleanupItems, 
	bool^ updateNextStepDesign, 
	clsUIModel^ oNewDesignModel
)

Parameters

sExecutionID
Type: String
execution id
oCleanupItems
Type: List<(Of <(<'clsExecutionIteration>)>)>%
list of clean up items
updateNextStepDesign
Type: Boolean
oNewDesignModel
Type: FlowWright.cDevDecisionEngine..::..clsUIModel

Return Value

true if XXXX, false otherwise.