IMatrixSetMatrixLayerColor(String, Color, Boolean) Method

Set the matrix layer color.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetMatrixLayerColor(
	string LayerName,
	Color Color,
	bool fireEvent
)

Parameters

LayerName  String
name of relevant layer
Color  Color
color which should be added to the matrix for this layer
fireEvent  Boolean
Fire Matrix Update Event

Implements

InterfaceMatrixSetMatrixLayerColor(String, Color, Boolean)

See Also