WarningCode Enumeration

Warning code is giving a short name to warnings, it contains more details in the warning message.

Definition

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

Members

W1000_Gerber_SF_Obsolete1,000 Gerber274x SF command is obsolete ({0})
W1001_Gerber_MI_Obsolete1,001 Gerber274x MI command is obsolete ({0})
W1002_Gerber_OF_Obsolete1,002 Gerber274x OF command is obsolete ({0})
W1003_Gerber_AS_Obsolete1,003 Gerber274x AS command is obsolete ({0})
W1004_Invalid_Oversize_Value1,004 Invalid oversize value for Symbol {0}: {1}
W1005_CleanUp_AreaFill_Fail1,005 CleanUp of AreaFill {0} not possible
W1006_Invalid_Surface1,006 Invalid Surface at location {0}{1}
W1007_Surface_Without_Hole1,007 Surface without hole at location {0}{1}
W1008_Oversizing_Surface_Fail1,008 Oversizing Surface failed at location {0}{1}
W1009_No_Valid_Polygon_Found1,009 No valid polygon found{0}
W1010_No_Valid_Outline_Rectangle1,010 No valid outline rectangle{0}
W1011_Oversizing_Text_Fail1,011 Oversizing Text failed at location {0}{1}
W1012_Invalid_Shape_Index1,012 Invalid Shape Index {0}
W1013_Wrong_Shape_Index1,013 Wrong Shape Index {0}
W1014_Unknown_Layername1,014 Layername is unknown: {0}
W1015_No_Gerber_Output1,015 No Gerber output {0}
W1016_No_Valid_Data_Found1,016 No valid data found{0}
W1017_Arc_Symbol_Not_Allowed1,017 Arc symbol not allowed{0}
W1018_Arc_Radius1,018 {0}
W1019_Unknown_Command1,019 Unknown command{0}
W1020_Unknown_Arc_State1,020 Unknown state of arc{0}
W1021_Negative_Symbol1,021 Negative Symbol found{0}
W1022_File_Empty1,022 {0}
W1023_Invalid_Tool_Definition1,023 Invalid Tooldefinition{0}
W1024_Unexpected_SM_Parenthesis_Level1,024 Unexpected action combination, parenthesis level wrong{0}
W1025_Double_Tool_Definition1,025 Double definition of tool index {0}
W1026_Text_Ignore1,026 Text will be ignored{0}
W1027_Command_Not_Supported1,027 Command not supported{0}
W1028_Wrong_Arc_Direction1,028 Wrong arc direction{0}
W1029_Large_File_Size1,029 The file size is very big, maybe the memory is too small and PCB-Investigator can't load {0}
W1030_Hatch_Pattern_Point_Count1,030 Hatch Pattern has wrong count of points, please check the hatch for errors. {0}
W1031_Hole_In_Hole1,031 A surface hole is inside of another hole{0}
W1032_Hole_Outside_Isle1,032 A surface hole is outside of the isle{0}
W1033_Isle_Hole_Touching1,033 Two surface isle/holes are touching each other{0}
W1034_Component_file_Missing1,034 {0}
W1035_Double_Definition1,035 Double definition {0}
W1036_Layer_Attribute1,036 {0}
W1037_Memory_Warning1,037 {0}
W1038_Attribute_Warning1,038 {0}
W1039_ImageLayer_Warning1,039 {0}
W1040_License_Warning1,040 {0}
W1041_GerberVX2_Warning1,041 {0}
W1042_Area_Calculation1,042 {0}
W1043_InvalidPinName1,043 {0}
W1044_Gerber_IO_Obsolete1,044 Gerber274x IO command is obsolete ({0})
W1045_Symbol_Correction1,045 {0}
W1046_Gerber_Warning1,046 {0}
W1047_Attribte_Warning1,047 {0}
W1048_Invalid_Character1,048 {0}

See Also