개정판 b0d80571
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