ColorSettingsHighlightFirstPinOfCMPs Property

The first pin is drawn with transparent color, if you want to turn off this set the value to false. This is saved in options and PCB-Investigator remembers last setting. Value can only be used after creating an IPCBIWindow instance.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool HighlightFirstPinOfCMPs { get; set; }

Property Value

Boolean

See Also