IPCBIWindowGetStepList Method

Return a list with all used steps.

Definition

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

Return Value

ListIStep
Returns step list or null.

Implements

InterfacePCBIWindowGetStepList

See Also