InterfaceMatrixSetMatrixLayerColor(String, Color) Method

Set the matrix layer color.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetMatrixLayerColor(
	string layerName,
	Color color
)

Parameters

layerName  String
 
color  Color
 

See Also