IStepAddChildStep Method

Add single step as child to current step.

Definition

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

Parameters

ChildStep  IStepStepAndRepeatClass
The complete child step element, do not forget to fill stepname and count NX/NY to see a result.

Return Value

Boolean
False if the step is disposed.

Implements

InterfaceStepAddChildStep(IStepStepAndRepeatClass)

See Also