IStepSetChildSteps(ListIStepStepAndRepeatClass, Boolean) Method

Set the steps to repeate in this step, all child steps must have a existing name to repeat them. Be carefull with using this method, the list of existing step and repeat elements are cleard at the beginning. If you want to add a new step to existing steps use "AddChildStep".

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetChildSteps(
	List<IStepStepAndRepeatClass> ChildSteps,
	bool UpdateControls
)

Parameters

ChildSteps  ListIStepStepAndRepeatClass
A list of repeat items. The name of the new step must be different, otherwise a endless look is created!
UpdateControls  Boolean
Update User Controls if now SR is available etc. (Some buttons are enabled/disabled).

Implements

InterfaceStepSetChildSteps(ListIStepStepAndRepeatClass, Boolean)

See Also