IStepFlattenStepOnlySpecificLayers(String, Boolean, ListString) 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool FlattenStepOnlySpecificLayers(
	string newStepName,
	bool OnlyObjectsInProfile,
	List<string> LayerNamesToFlatten
)

Parameters

newStepName  String
This must be a new stepname!
OnlyObjectsInProfile  Boolean
Remove objects outside the sub step profiles (most info texts or drawing frames).
LayerNamesToFlatten  ListString
Only layers with names in this list are flatted, all other layers are empty at the end.

Return Value

Boolean
False if a error occurs.

Implements

InterfaceStepFlattenStepOnlySpecificLayers(String, Boolean, ListString)

See Also