IMatrixSetMatrixLayerColor(String, Color) 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
)

Parameters

LayerName  String
name of relevant layer
Color  Color
color which should be added to the matrix for this layer

Implements

InterfaceMatrixSetMatrixLayerColor(String, Color)

See Also