개정판 69b7387a
dev issue #498 : OPC Button 추가 및 cs File 추가
Change-Id: I1b3a1cb59c69134d794fe7719b40ad5713060c72
DTI_PID/SPPIDConverter/AutoModeling.cs | ||
---|---|---|
38 | 38 |
public string DocumentLabelText { get; set; } |
39 | 39 |
|
40 | 40 |
int CurrentCount; |
41 |
List <Tuple<string, Line, Line>> BranchLines = new List<Tuple<string, Line, Line>>();
|
|
41 |
List<Tuple<string, Line, Line>> BranchLines = new List<Tuple<string, Line, Line>>(); |
|
42 | 42 |
|
43 | 43 |
public AutoModeling(SPPID_Document document, dynamic application, Ingr.RAD2D.Application radApp) |
44 | 44 |
{ |
... | ... | |
258 | 258 |
application.ActiveWindow.Zoom = 2000; |
259 | 259 |
Thread.Sleep(2000); |
260 | 260 |
|
261 |
|
|
261 |
//Project_DB.InsertSymbolMapping |
|
262 | 262 |
} |
263 | 263 |
|
264 | 264 |
/// <summary> |
내보내기 Unified diff