InterfaceStepAddChildStep Method

Add single step as child to current step.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool AddChildStep(
	IStepStepAndRepeatClass childStep
)

Parameters

childStep  IStepStepAndRepeatClass
 

Return Value

Boolean
False if the step is disposed.

See Also