IStepFlattenStep(String) Method

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

Definition

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

Parameters

newStepName  String
This must be a new stepname!

Return Value

Boolean
False if a error occurs.

Implements

InterfaceStepFlattenStep(String)

See Also