IMatrixSetMatrixLayerPolarity(String, MatrixLayerPolarity, Boolean) 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,
	bool fireEvent
)

Parameters

LayerName  String
the relevant layer
Polarity  MatrixLayerPolarity
new value of Polarity
fireEvent  Boolean
Fire Matrix Update Event

Implements

InterfaceMatrixSetMatrixLayerPolarity(String, MatrixLayerPolarity, Boolean)

See Also