IMatrixGetMatrixLayerColor Method

Get the matrix layer color for the relevant layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Color GetMatrixLayerColor(
	string LayerName
)

Parameters

LayerName  String
relevant layer name

Return Value

Color
Color of the layer

Implements

InterfaceMatrixGetMatrixLayerColor(String)

See Also