개정판 dec9ecfd
dev issue #000 : fix bug
Change-Id: I612b0446c7362fe264cf4316dc80475c1cf949c2
DTI_PID/SPPIDConverter/ConverterDocking.cs | ||
---|---|---|
224 | 224 |
|
225 | 225 |
|
226 | 226 |
LMModelItem modelItem = dataSource.GetModelItem(modelItemId); |
227 |
LMPipeRun run = dataSource.GetPipeRun(modelItem.Id); |
|
228 |
dynamic dd = run.get_Name(); |
|
229 |
LMAAttribute att = run.Attributes["FileName"]; |
|
230 |
//foreach (LMRepresentation rep in modelItem.Representations) |
|
231 |
//{ |
|
232 |
// if (!DBNull.Value.Equals(rep.get_FileName())) |
|
233 |
// { |
|
234 |
// rep.set_FileName(@"\Instrumentation\Signal Line\Connect to Process.sym"); |
|
235 |
// } |
|
236 |
//} |
|
227 | 237 |
|
228 |
List<string> endModelItemIDs = new List<string>(); |
|
229 |
|
|
230 |
string dd = string.Empty; |
|
231 |
JoinRunBySameType(modelItemId, ref dd); |
|
232 | 238 |
|
233 | 239 |
} |
234 | 240 |
private void JoinRun(string modelId, string mainModelId, ref string survivorId) |
내보내기 Unified diff