InterfaceMatrixGetStepNames Method

Returns all step names.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<string> GetStepNames(
	bool toLower = false
)

Parameters

toLower  Boolean  (Optional)
 

Return Value

ListString
List of strings with all step names.

See Also