<?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>topic Re: Command Line Queue in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/command-line-queue/m-p/341608#M82729</link>
    <description>If the boundary command worked, a new entity will be added to the drawing,&lt;BR /&gt;
thus changing the count -- for example, if you are adding the boundary in&lt;BR /&gt;
model space, check the number of entities currently in model space:&lt;BR /&gt;
&lt;BR /&gt;
Dim FirstCount As Integer&lt;BR /&gt;
FirstCount = ThisDrawing.Modelspace.Count&lt;BR /&gt;
&lt;BR /&gt;
... run the boundary command, and check it again and compare it to the&lt;BR /&gt;
first.  If it is the same, now boundary was created:&lt;BR /&gt;
&lt;BR /&gt;
If FirstCount = ThisDrawing.Modelspace.Count Then&lt;BR /&gt;
&lt;BR /&gt;
... hope this helps.  - Lanny</description>
    <pubDate>Tue, 10 Jul 2001 15:15:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2001-07-10T15:15:47Z</dc:date>
    <item>
      <title>Command Line Queue</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-queue/m-p/341607#M82728</link>
      <description>I have a statement&lt;BR /&gt;
ThisDrawing.SendCommand "-boundary" &amp;amp; vbCr &amp;amp; pt(0) &amp;amp; "," &amp;amp; pt(1) &amp;amp; vbCr&lt;BR /&gt;
where pt is obtained synchronously from Utility.GetPoint This forces the&lt;BR /&gt;
boundary command to work synchronously also&lt;BR /&gt;
It is possible that the point returned by the user causes the boundary&lt;BR /&gt;
comnmand to return&lt;BR /&gt;
Valid Hatch Boundary Not Found and hence the boundary command is then issued&lt;BR /&gt;
asynchronously&lt;BR /&gt;
Is it possible to trap the return from send command or check the command&lt;BR /&gt;
line for queued commands</description>
      <pubDate>Tue, 10 Jul 2001 15:15:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-queue/m-p/341607#M82728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-07-10T15:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Queue</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-queue/m-p/341608#M82729</link>
      <description>If the boundary command worked, a new entity will be added to the drawing,&lt;BR /&gt;
thus changing the count -- for example, if you are adding the boundary in&lt;BR /&gt;
model space, check the number of entities currently in model space:&lt;BR /&gt;
&lt;BR /&gt;
Dim FirstCount As Integer&lt;BR /&gt;
FirstCount = ThisDrawing.Modelspace.Count&lt;BR /&gt;
&lt;BR /&gt;
... run the boundary command, and check it again and compare it to the&lt;BR /&gt;
first.  If it is the same, now boundary was created:&lt;BR /&gt;
&lt;BR /&gt;
If FirstCount = ThisDrawing.Modelspace.Count Then&lt;BR /&gt;
&lt;BR /&gt;
... hope this helps.  - Lanny</description>
      <pubDate>Tue, 10 Jul 2001 15:15:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-queue/m-p/341608#M82729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-07-10T15:15:47Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-queue/m-p/341609#M82730</link>
      <description>&amp;gt; ... run the boundary command, and check it again and compare it to the&lt;BR /&gt;
&amp;gt; first.  If it is the same, now boundary was created:&lt;BR /&gt;
&lt;BR /&gt;
that should read:  .  If it is the same, NO boundary was created:</description>
      <pubDate>Tue, 10 Jul 2001 15:15:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-queue/m-p/341609#M82730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-07-10T15:15:47Z</dc:date>
    </item>
  </channel>
</rss>

