프로젝트

일반

사용자정보

개정판 b0d80571

IDb0d805710c262783454e381c2199a7d63706a5fa
상위 69b5b2de
하위 086883da

gaqhf 이(가) 약 5년 전에 추가함

dev issue #000 : fix

Change-Id: I98cc1b65cd98765b58214348ef1a85bcdf0d79b7

차이점 보기:

DTI_PID/SPPIDConverter/AutoModeling.cs
967 967
                    Log.Write(ex.Message);
968 968
                    Log.Write(ex.StackTrace);
969 969
                }
970

  
970 971
        }
971 972
        private void RunCorrectAssociationText()
972 973
        {
......
5219 5220
            LMSymbol _LMSymbol = null;
5220 5221
            LMConnector connectedLMConnector = null;
5221 5222
            object owner = SPPIDUtil.FindObjectByUID(document, text.OWNER);
5222
            if (owner != null && owner.GetType() == typeof(Symbol))
5223
            if (owner != null && (owner.GetType() == typeof(Symbol) || owner.GetType() == typeof(Equipment)))
5223 5224
            {
5224 5225
                Symbol symbol = owner as Symbol;
5225 5226
                _LMSymbol = dataSource.GetSymbol(symbol.SPPID.RepresentationId);

내보내기 Unified diff

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