InterfaceMatrixSetMatrixLayerPolarity(String, MatrixLayerPolarity) Method

Set polarity for one layer.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetMatrixLayerPolarity(
	string layerName,
	MatrixLayerPolarity polarity
)

Parameters

layerName  String
 
polarity  MatrixLayerPolarity
 

See Also