ColorSettingsSetSpecialColorForLayer Method

In options you can add colors for layers in there activation order, here you can use the index to set color of activation.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetSpecialColorForLayer(
	int IndexOfActivation,
	Color ColorOfLayer
)

Parameters

IndexOfActivation  Int32
order of layer activation
ColorOfLayer  Color
color of layer

See Also