개정판 14540282
dev issue #1230 : command, utill, custom fix
Change-Id: I73b680168848166eeeb682782840a39e118f0d0b
DTI_PID/APIDConverter/Utils/APIDUtils.cs | ||
---|---|---|
5 | 5 |
using System.Threading.Tasks; |
6 | 6 |
using System.IO; |
7 | 7 |
using System.Reflection; |
8 |
using Autodesk.AutoCAD.EditorInput; |
|
8 | 9 |
|
9 | 10 |
using AVEVA.PID.Components; |
10 | 11 |
using AVEVA.PID.GUI; |
... | ... | |
131 | 132 |
Commands.addLatestPidvesrionToDictionary(); |
132 | 133 |
AVVPropCmd.ActivateAcad(); |
133 | 134 |
acadApplication.ActiveDocument = acadDocument; |
134 |
acadDocument.Save(); |
|
135 |
|
|
136 |
acadDocument.SendCommand("QSAVE "); |
|
135 | 137 |
} |
136 | 138 |
catch (Exception ex) |
137 | 139 |
{ |
내보내기 Unified diff