InterfacePCBIWindowGetStep Method

Return the Step with the choosen name or null if the name does not exist.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IStep GetStep(
	string stepName
)

Parameters

stepName  String
 

Return Value

IStep
The step if the name exists, else null.

See Also