InterfaceStepSetChildSteps(ListIStepStepAndRepeatClass) 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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetChildSteps(
	List<IStepStepAndRepeatClass> childSteps
)

Parameters

childSteps  ListIStepStepAndRepeatClass
 

See Also