InterfaceStepFlattenStep(String, Boolean, Boolean, Char) 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,
	bool saveRAM,
	bool boardIDAppendForCMPRef,
	char separator = '_'
)

Parameters

newStepName  String
This must be a new stepname!
saveRAM  Boolean
Flatten only objects in profile and unload layers after finishing.
boardIDAppendForCMPRef  Boolean
 
separator  Char  (Optional)
 

Return Value

Boolean
False if a error occurs.

See Also