개정판 4328cb06
dev issue #1230 : fix AttributeInfo
Change-Id: I9cf59fd66bfd28460688738e2b9843158d492d0c
DTI_PID/APIDConverter/AutoModeling.cs | ||
---|---|---|
344 | 344 |
} |
345 | 345 |
private void SetSymbolAttribute(Model.Symbol symbol) |
346 | 346 |
{ |
347 |
foreach (var attribute in symbol.ATTRIBUTES) |
|
348 |
{ |
|
349 |
AttributeInfo info = avevaInfo.AttributeInfo.Find(x => x.UID == attribute.UID); |
|
350 |
if (info != null) |
|
351 |
{ |
|
347 | 352 |
|
353 |
} |
|
354 |
} |
|
348 | 355 |
} |
349 | 356 |
#endregion |
350 | 357 |
|
내보내기 Unified diff