개정판 6d79cede
dev issue #000 : edit
Change-Id: Iec6eca988c4f610bab930b97a3b90835a546d8c6
DTI_PID/SPPIDConverter/BaseModel/Document.cs | ||
---|---|---|
203 | 203 |
HASINSTRUMENTLABEL = item.Element("HASINSTRUMENTLABEL").Value, |
204 | 204 |
AREA = item.Element("AREA").Value, |
205 | 205 |
FLIP = Convert.ToInt32(item.Element("FLIP").Value), |
206 |
CURRENTPOINTMODEINDEX = Convert.ToInt32(item.Element("CURRENTPOINTMODEINDEX").Value) |
|
206 |
//CURRENTPOINTMODEINDEX = Convert.ToInt32(item.Element("CURRENTPOINTMODEINDEX").Value)
|
|
207 | 207 |
}; |
208 | 208 |
SetAssociations(item.Element("ASSOCIATIONS"), equipment.ASSOCIATIONS); |
209 | 209 |
SetSymbolConnectors(item.Element("CONNECTORS"), equipment.CONNECTORS, equipment.CONNECTIONPOINT); |
내보내기 Unified diff