RoutCompHandling Enumeration

Handling of rout comp attribute. Should the layer be changed by moving the lines? Make a copy of the layer first? Make no changes or ask user what to do?

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public enum RoutCompHandling

Members

AskUser0 
ChangeLayer1 
ChangeLayerAndCopyOriginal2 
LeaveLayer3 

See Also