<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>AutoCAD - 日本語フォーラムのトピックRe: acDoc.Editor.GetPoint</title>
    <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/acdoc-editor-getpoint/m-p/3651130#M13267</link>
    <description>&lt;P&gt;お世話になっております。&lt;/P&gt;&lt;P&gt;早速の回答ありがとうございます。&lt;/P&gt;&lt;P&gt;おかげで解決しました。ありがとうございます。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;それで、追加でもう一点教えていただきたいのですが。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ｇｅｔｐｏｉｎｔで、Ｋｅｙｗｏｒｄ入力を制御したいのですが、&lt;/P&gt;&lt;P&gt;if　 ppr.status = Prompt.Statue.Keyword 　Then　　で、Ｋｅｙｗｏｒｄ入力は判別できたのですが、&lt;/P&gt;&lt;P&gt;どのＫｅｙｗｏｒｄか入力値を取る方法を教えていただけませんか。&lt;/P&gt;&lt;P&gt;勝手なお願いばかりで申し訳けありません。&lt;/P&gt;&lt;P&gt;よろしくお願いします。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2012 01:06:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-10-09T01:06:45Z</dc:date>
    <item>
      <title>acDoc.Editor.GetPoint</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/acdoc-editor-getpoint/m-p/3645964#M13265</link>
      <description>&lt;P&gt;お世話になっております。&lt;BR /&gt;ＶＢＡからの移植を行っています。&lt;BR /&gt;そこで、acDoc.Editor.GetPointを、NKCDoc.Utility.GetPointの様に、Enterキーに反応させたい。&lt;BR /&gt;エラーでかまわないです。なにかいい方法ありませんか。&lt;BR /&gt;ありましたら、ご教授いただけませんか。&lt;BR /&gt;よろしくお願いします。&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 08:18:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/acdoc-editor-getpoint/m-p/3645964#M13265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-04T08:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: acDoc.Editor.GetPoint</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/acdoc-editor-getpoint/m-p/3647508#M13266</link>
      <description>&lt;P&gt;こんにちは。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;私は VBA をやったことがないので NKCDoc.Utility.GetPoint のことはわからないのですが、もし getpoint で Enter キーが押されたことを知りたいのなら、こんな感じでどうでしょうか？&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dim ppo As New PromptPointOptions("点をクリック")&lt;BR /&gt;ppo.AllowNone = True&lt;BR /&gt;Dim ppr As PromptPointResult = acDoc.Editor.GetPoint(ppo)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If ppr.Status = PromptStatus.None Then&lt;BR /&gt;&amp;nbsp; MsgBox("Enter キーが押されました。")&lt;BR /&gt;End If&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 00:33:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/acdoc-editor-getpoint/m-p/3647508#M13266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T00:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: acDoc.Editor.GetPoint</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/acdoc-editor-getpoint/m-p/3651130#M13267</link>
      <description>&lt;P&gt;お世話になっております。&lt;/P&gt;&lt;P&gt;早速の回答ありがとうございます。&lt;/P&gt;&lt;P&gt;おかげで解決しました。ありがとうございます。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;それで、追加でもう一点教えていただきたいのですが。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ｇｅｔｐｏｉｎｔで、Ｋｅｙｗｏｒｄ入力を制御したいのですが、&lt;/P&gt;&lt;P&gt;if　 ppr.status = Prompt.Statue.Keyword 　Then　　で、Ｋｅｙｗｏｒｄ入力は判別できたのですが、&lt;/P&gt;&lt;P&gt;どのＫｅｙｗｏｒｄか入力値を取る方法を教えていただけませんか。&lt;/P&gt;&lt;P&gt;勝手なお願いばかりで申し訳けありません。&lt;/P&gt;&lt;P&gt;よろしくお願いします。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 01:06:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/acdoc-editor-getpoint/m-p/3651130#M13267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-09T01:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: acDoc.Editor.GetPoint</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/acdoc-editor-getpoint/m-p/3653004#M13268</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;お世話になっております。&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;自己解決の書き込みです。&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Ｇｅｔｐｏｉｎｔで、Ｋｅｙｗｏｒｄ入力を制御に関してですが、&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;いろいろ調べた結果、ＧｅｔＫｅｙｗｏｒｄと同じ方法で可能でした。&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;ビルドも通り、動作検証検証できました。&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;しかし、trial and errorでは時間かかってしまいます。&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;この変のメソッド・ステータスの見方等を書いた書籍ないでしょうか。&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;有ったら推薦いただけませんか、お願いします。&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;よろしくお願いします。&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2012 01:18:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/acdoc-editor-getpoint/m-p/3653004#M13268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-10T01:18:41Z</dc:date>
    </item>
  </channel>
</rss>

