04 2013 档案

摘要:1 private Plant Create_Unteranlage(PpeData oPPET, Plant oPlantN, string sBez, string sPID) 2 { 3 try 4 { 5 Plant oPlantT = new Plant(); 6 MultiLangString mls = new MultiLangString(); 7 if (oPPET==null) 8 ... 阅读全文
posted @ 2013-04-24 11:32 AriLee 阅读(1102) 评论(0) 推荐(0)
摘要:How to Change Properties in EPlan?In general,I think there are tow ways: 1、Offline programe in Console Application 1 public void Execute() 2 { 3 Console.WriteLine("Update Article Properties Demo"); 4 5 //Start P8 6 EplApplication eplApp = new EplA... 阅读全文
posted @ 2013-04-11 15:40 AriLee 阅读(4356) 评论(1) 推荐(1)