IPCBIWindowGetStep Method

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

Definition

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

Parameters

StepName  String
The name of the step.

Return Value

IStep
The step if the name exists, else null.

Implements

InterfacePCBIWindowGetStep(String)

See Also