IPCBIWindowGetStepList Method
Return a list with all used steps.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public List<IStep> GetStepList()
Public Function GetStepList As List(Of IStep)
public:
virtual List<IStep^>^ GetStepList() sealed
abstract GetStepList : unit -> List<IStep>
override GetStepList : unit -> List<IStep>
ListIStepReturns step list or null.
InterfacePCBIWindowGetStepList