https://adndevblog.typepad.com/autocad/2012/04/synchronous ... mmands-in-autocad-using-c-net.html
程序代码: |
<DllImport("accore.dll", EntryPoint:="acedCmdS", CharSet:=CharSet.Auto, CallingConvention:=CallingConvention.Cdecl)>
Private Shared Function acedCmdS(rbp As IntPtr) As Integer
End Function
从CAD2013开始从acad.exe变成accore.dll,CAD2016开始acedCmd变成了acedCmdS
|
暂时没有评论
发表评论 - 不要忘了输入验证码哦! |