yanghao1 发表于 2009-8-20 15:25:00

C#如何通过在AutoCAD中拾取一个点,并将点的坐标交给C#变量。

C#如何通过在中拾取一个点,并将点的坐标交给C#变量。

雪山飞狐_lzh 发表于 2009-8-20 15:44:00

Editor.GetPoint Method
Gets user input for a point using the supplied prompt selection options.
Overload ListGets user input for a point using the supplied prompt selection options.

                Gets user input for a point.

               

yanghao1 发表于 2009-8-20 17:21:00

谢谢“雪山飞狐”!
页: [1]
查看完整版本: C#如何通过在AutoCAD中拾取一个点,并将点的坐标交给C#变量。