InterfaceFilterCreateEmptyODBLayer(String, String, Boolean) Method

Creates an empty odb layer or return a existing layer if it already exists.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IODBLayer CreateEmptyODBLayer(
	string LayerName,
	string StepName,
	bool AddUndo = false
)

Parameters

LayerName  String
name of new layer
StepName  String
the selected step
AddUndo  Boolean  (Optional)
Add the new layer creation to undo list to remove it later if necessary.

Return Value

IODBLayer
the created layer or null if an error occurs

See Also