개정판 ea54adc8
dev issue #507 : edit query
Change-Id: I81f5d6356b39a584ca4214aedd5ccc6766edcf9b
DTI_PID/SPPIDConverter/AutoModeling.cs | ||
---|---|---|
1075 | 1075 |
drawingAttributeDT.Dispose(); |
1076 | 1076 |
} |
1077 | 1077 |
|
1078 |
#if DEBUG |
|
1079 |
foreach (LMAAttribute attribute1 in drawing.Attributes) |
|
1080 |
{ |
|
1081 |
string name = attribute1.Name; |
|
1082 |
object value = attribute1.get_Value(); |
|
1083 |
} |
|
1084 |
#endif |
|
1085 |
|
|
1086 | 1078 |
ReleaseCOMObjects(drawing); |
1087 | 1079 |
} |
1088 | 1080 |
|
내보내기 Unified diff