IStepFlattenStep(String, Boolean) 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,
	bool saveRAM
)

Parameters

newStepName  String
This must be a new stepname!
saveRAM  Boolean
Flatten only objects in profile and unload layers after finishing.

Return Value

Boolean
False if a error occurs.

Implements

InterfaceStepFlattenStep(String, Boolean)

See Also