IStepGetChildStepClasses Method

Creates a list of all step and repeat classes that contained in this step.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IStepStepAndRepeatClass> GetChildStepClasses()

Return Value

ListIStepStepAndRepeatClass
List of StepAndRepeatClass in this step.

Implements

InterfaceStepGetChildStepClasses

See Also