XDSoft 发表于 2014-12-7 13:04:27

.NET API实现DragGen拖动

DragGen with AutoCAD .NET API

Issue
Is there an equivalent API in AutoCAD .NET of ARX global function acedDragGen()?

Solution
No, there is not a straightforward method in AutoCAD .NET API. We can use P/Invoke to invoke the acedDragGen() function. However, we need to work around a few limitations and utilize a new feature of Visual Studio 2005. Please check the following code which will drag a selection set to a new location:

**** Hidden Message *****

dnbcgrass 发表于 2014-12-7 20:44:09

回复学习学习!:lol

daidafa 发表于 2014-12-19 18:34:00

看看是什么东东

lennie 发表于 2015-2-3 15:04:19

看看是什么东东

819534890 发表于 2015-2-5 10:38:21

回复学习学习

pparc 发表于 2015-2-7 15:42:16

回复学习学习!

z954134@126.com 发表于 2015-3-6 22:13:55

学习学习,非常感谢

hfwoaixyl 发表于 2015-3-20 11:15:06

学习学习代码

kylinfun 发表于 2015-5-12 18:18:05

学习之

学习学习代码

liuyj 发表于 2015-5-14 19:19:31

不懂.net,有没有编译好的。

同温层一号 发表于 2015-6-7 17:35:36

给力啊 牛叉

GF001 发表于 2015-6-14 16:44:00

{:soso_e102:}NIU

zjh_1523@qq.com 发表于 2015-6-14 20:34:29

学习学习代码

zw191814309 发表于 2015-6-26 13:39:11

回复学习学习!

hk3365 发表于 2015-8-9 14:54:33

怎么实现的,看看 tht
页: [1] 2 3 4 5 6 7
查看完整版本: .NET API实现DragGen拖动