IMatrixSetMatrixLayerPolarity(String, MatrixLayerPolarity) Method

Set polarity for one layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetMatrixLayerPolarity(
	string LayerName,
	MatrixLayerPolarity Polarity
)

Parameters

LayerName  String
the relevant layer
Polarity  MatrixLayerPolarity
new value of Polarity

Implements

InterfaceMatrixSetMatrixLayerPolarity(String, MatrixLayerPolarity)

See Also