프로젝트

일반

사용자정보

개정판 8eee15b4

ID8eee15b4184abdc478670af9eaaa41a3fada3963
상위 482f6326
하위 cd8502c2, a4163690

조봉훈이(가) 일년 이상 전에 추가함

Link OPC: Prevent exceptions

Change-Id: Ia1f57bd64aaf6b393a4eb104e82ad76e33749a70

차이점 보기:

DTI_PID/SPPIDConverter/ConverterDocking.cs
198 198

  
199 199
            // Input Drawing Attribute
200 200
            LMDrawing drawing = ((dynamic)drawings).Nth(1);
201

  
201
            if (drawing == null)
202
            {
203
                MessageBox.Show("Please open the drawing", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning);
204
                return;
205
            }
202 206
            LMAFilter filter2 = new LMAFilter();
203 207
            filter2.ItemType = "REPRESENTATION";
204 208

  
......
298 302
                    if (tag == other.Item2 && fileName == other.Item1.get_FileName())
299 303
                    {
300 304
                        LMOPC otherOPC = dataSource.GetOPC(other.Item1.ModelItemID);
301
                        findOPCs.Add(otherOPC);
305
                        if (otherOPC != null)
306
                            findOPCs.Add(otherOPC);
302 307
                    }
303 308
                }
304 309

  

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)