InterfaceMatrixMoveStep Method

Change step order to move one step up or down.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool MoveStep(
	string StepName,
	bool Up
)

Parameters

StepName  String
The step to move.
Up  Boolean
Up to move it in matrix order one position up. To move it down use false for this parameter.

Return Value

Boolean
Moved or not? E.g. if step name was not found.

See Also