InterfaceMatrixMakeLayerPositive Method

Change a negative layer to an Positive layer.

Definition

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

Parameters

layerName  String
 

Return Value

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

See Also