개정판 585d3b77
Exclude OID Text
Change-Id: Ieda3eabc88bc7df3408e66cd657f91e6d8cebda2
DTI_PID/OdReadExMgd/OdReadExMgd.cs | ||
---|---|---|
322 | 322 |
writeLine(indent, "Locked in Position", pAttr.LockPositionInBlock); |
323 | 323 |
writeLine(indent, "Constant", pAttr.IsConstant); |
324 | 324 |
|
325 |
XmlNode TextNode = dumpTextData(pAttr, indent, node); |
|
325 |
XmlNode TextNode = null; |
|
326 |
if (!(pAttr.TextString.Length == 36 && pAttr.TextString.Replace("-", "").Length == 32)) |
|
327 |
{ |
|
328 |
TextNode = dumpTextData(pAttr, indent, node); |
|
329 |
} |
|
326 | 330 |
if (TextNode != null) |
327 | 331 |
{ |
328 | 332 |
XmlAttribute HandleAttr = Program.xml.CreateAttribute("Handle"); |
내보내기 Unified diff