FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

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

reset back to a selected figure

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

Syntax


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

Parameters

sFigureID
Type: String
id of the figure
sIterationNumber
Type: String
iteration number
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.