IStepGetChildSteps(Boolean) Method

Creates a list of all uses stepnames.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<string> GetChildSteps(
	bool StepNamesToLower
)

Parameters

StepNamesToLower  Boolean
All step names as to lower strings.

Return Value

ListString
A list with all used steps

See Also