IFilterCreateEmptyCMPLayer Method

Creates an empty cmp layer. Caution: In ODB++ are maximal two cmp-layers possible!

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public ICMPLayer CreateEmptyCMPLayer(
	string LayerName,
	string StepName
)

Parameters

LayerName  String
name of new layer
StepName  String
the selected step

Return Value

ICMPLayer
the created layer or null if an error occurs

Implements

InterfaceFilterCreateEmptyCMPLayer(String, String)

See Also