InterfaceStepFlattenStepOnlySpecificLayers Method

The step will be flatted, all repeated objects from other steps are placed on the new step. But only for the layers in LayerNamesToFlatten list (use names toLower).

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool FlattenStepOnlySpecificLayers(
	string newStepName,
	bool onlyObjectsInProfile,
	List<string> layerNameToFlatten
)

Parameters

newStepName  String
This must be a new stepname!
onlyObjectsInProfile  Boolean
 
layerNameToFlatten  ListString
 

Return Value

Boolean
False if a error occurs.

See Also