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

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

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

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

<div id="TitleRow"><h1 class="dtH1">Editor.GetPoint&nbsp;Method</h1></div><div id="nstext"><p class="topicstatus"></p><p>Gets user input for a point using the supplied prompt selection options.</p><h4 class="dtH4">Overload List</h4><p>Gets user input for a point using the supplied prompt selection options.</p><blockquote class="dtBlock"><a href="mk:@MSITStore:D:\arxref(.net).chm::/2/Autodesk.AutoCAD.EditorInput.Editor.GetPoint_overload_1.html">public&nbsp;PromptPointResult&nbsp;GetPoint(PromptPointOptions);</a>
                </blockquote><p>Gets user input for a point.</p><blockquote class="dtBlock"><a href="mk:@MSITStore:D:\arxref(.net).chm::/2/Autodesk.AutoCAD.EditorInput.Editor.GetPoint_overload_2.html">public&nbsp;PromptPointResult&nbsp;GetPoint(String);</a>
                </blockquote></div>

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

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