InterfaceStepFlattenStep(String) Method

The step will be flatted, all repeated objects from other steps are placed on the new step.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool FlattenStep(
	string newStepName
)

Parameters

newStepName  String
This must be a new stepname!

Return Value

Boolean
False if a error occurs.

See Also