IMatrixMakeLayerPositive Method

Change a negative layer to an Positive layer.

Definition

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

Parameters

LayerName  String
The relevant layer.

Return Value

IODBLayer
Null if it dos not work or the changed layer with Positive elments.

Implements

InterfaceMatrixMakeLayerPositive(String)

See Also