개정판 a79d6d46
dev issue #000 : commit
DTI_PID/SPPIDAutoModeling/SPPIDUtill.cs | ||
---|---|---|
99 | 99 |
public static Dictionary<string, string> test = new Dictionary<string, string>() { |
100 | 100 |
{ "SIZE",@"\Piping\Labels - Piping Components\Nominal Diameter.sym"}, |
101 | 101 |
{ "BALL VALVE", @"\Piping\Valves\2 Way Common\Ball Valve.sym"}, |
102 |
{ "Ball Valve", @"\Piping\Valves\2 Way Common\Ball Valve.sym"},
|
|
102 |
{ "Ball Valve", @"\Piping\Piping OPC's\Clone of off-Drawing(1).sym"},
|
|
103 | 103 |
{ "TEXT", @"\Design\Annotation\Labels\Drawing Notes Label.sym"}, |
104 | 104 |
{ "Primary", @"\Piping\Routing\Process Lines\Primary Piping.sym"}, |
105 | 105 |
{ "3 PORT SOLENOID OPERATED VALVE", @"\Piping\Valves\2 Way Common\Ball Valve.sym"}, |
... | ... | |
115 | 115 |
} |
116 | 116 |
catch (Exception ex) |
117 | 117 |
{ |
118 |
Console.WriteLine(ex.StackTrace);
|
|
118 |
Log.WriteLine(ex);
|
|
119 | 119 |
} |
120 | 120 | |
121 | 121 |
return false; |
내보내기 Unified diff