IFilterCreateEmptyODBLayer(String) Method

Creates an empty odb layer or return a existing layer if it already exists. This mehtod use the current step to add the new layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IODBLayer CreateEmptyODBLayer(
	string LayerName
)

Parameters

LayerName  String
name of new layer

Return Value

IODBLayer
the created layer or null if an error occurs

See Also