<?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: in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/move-amp-rotate-using-sendcommand/m-p/334094#M88281</link>
    <description>Delete the first&lt;BR /&gt;
&lt;BR /&gt;
ThisDrawing.Utility.GetEntity objText, dblPickedPoint, "Select text "&lt;BR /&gt;
&lt;BR /&gt;
"Joe Sutphin" &lt;JOESU&gt; wrote in message&lt;BR /&gt;
news:201A9F248E81C8C8BA78BD8DBBFF2C9E@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Dim objText As AcadText&lt;BR /&gt;
&amp;gt; Dim dblPickedPoint(0 To 2) As Double&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;   ThisDrawing.Utility.GetEntity objText, dblPickedPoint, "Select text "&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;   ThisDrawing.Utility.GetEntity objText, dblPickedPoint, "Select text "&lt;BR /&gt;
&amp;gt;   MsgBox "Insertion Point of text is: " &amp;amp; objText.InsertionPoint(0) &amp;amp; ", "&lt;BR /&gt;
&amp;amp;&lt;BR /&gt;
&amp;gt; _&lt;BR /&gt;
&amp;gt;                                           objText.InsertionPoint(1) &amp;amp; ", "&lt;BR /&gt;
&amp;amp;&lt;BR /&gt;
&amp;gt; _&lt;BR /&gt;
&amp;gt;                                           objText.InsertionPoint(2)&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Joe&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Get a free subscription to "The Daily Visual" newsletter at&lt;BR /&gt;
&amp;gt; mailto:omnisource@worldnet.att.net?subject=DailyVisual&lt;BR /&gt;
&amp;gt; Dedicated to Visual LISP programmers&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Matthew Kyle" &lt;KEPHART&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:0BF9D087986E63E9BCA5B7F52D7A4BAE@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; &amp;gt; How do I use the SendCommand to rotate a piece of text then use the&lt;BR /&gt;
&amp;gt; &amp;gt; SendCommand to move it?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; What I'm trying to do is insert a door tag, rotate it to match the door&lt;BR /&gt;
&amp;gt; &amp;gt; direction using the insertion point,&lt;BR /&gt;
&amp;gt; &amp;gt; and then move it into position using the insertion point once again.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I can get the SendCommand to work, but I don't know to select the insert&lt;BR /&gt;
&amp;gt; &amp;gt; point of the text automatically.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; Matthew Kyle&lt;BR /&gt;
&amp;gt; &amp;gt; Kephart Architects&lt;BR /&gt;
&amp;gt; &amp;gt; Denver, CO&lt;BR /&gt;
&amp;gt; &amp;gt; 303/ 832-4474&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/KEPHART&gt;&lt;/JOESU&gt;</description>
    <pubDate>Fri, 05 Jan 2001 10:26:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2001-01-05T10:26:41Z</dc:date>
    <item>
      <title>Move &amp; Rotate using SendCommand</title>
      <link>https://forums.autodesk.com/t5/vba-forum/move-amp-rotate-using-sendcommand/m-p/334092#M88279</link>
      <description>How do I use the SendCommand to rotate a piece of text then use the&lt;BR /&gt;
SendCommand to move it?&lt;BR /&gt;
&lt;BR /&gt;
What I'm trying to do is insert a door tag, rotate it to match the door&lt;BR /&gt;
direction using the insertion point,&lt;BR /&gt;
and then move it into position using the insertion point once again.&lt;BR /&gt;
&lt;BR /&gt;
I can get the SendCommand to work, but I don't know to select the insert&lt;BR /&gt;
point of the text automatically.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Matthew Kyle&lt;BR /&gt;
Kephart Architects&lt;BR /&gt;
Denver, CO&lt;BR /&gt;
303/ 832-4474</description>
      <pubDate>Fri, 05 Jan 2001 07:37:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/move-amp-rotate-using-sendcommand/m-p/334092#M88279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-01-05T07:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Move &amp; Rotate using SendCommand</title>
      <link>https://forums.autodesk.com/t5/vba-forum/move-amp-rotate-using-sendcommand/m-p/334093#M88280</link>
      <description>Dim objText As AcadText&lt;BR /&gt;
Dim dblPickedPoint(0 To 2) As Double&lt;BR /&gt;
&lt;BR /&gt;
  ThisDrawing.Utility.GetEntity objText, dblPickedPoint, "Select text "&lt;BR /&gt;
&lt;BR /&gt;
  ThisDrawing.Utility.GetEntity objText, dblPickedPoint, "Select text "&lt;BR /&gt;
  MsgBox "Insertion Point of text is: " &amp;amp; objText.InsertionPoint(0) &amp;amp; ", " &amp;amp;&lt;BR /&gt;
_&lt;BR /&gt;
                                          objText.InsertionPoint(1) &amp;amp; ", " &amp;amp;&lt;BR /&gt;
_&lt;BR /&gt;
                                          objText.InsertionPoint(2)&lt;BR /&gt;
&lt;BR /&gt;
Joe&lt;BR /&gt;
&lt;BR /&gt;
Get a free subscription to "The Daily Visual" newsletter at&lt;BR /&gt;
mailto:omnisource@worldnet.att.net?subject=DailyVisual&lt;BR /&gt;
Dedicated to Visual LISP programmers&lt;BR /&gt;
&lt;BR /&gt;
"Matthew Kyle" &lt;KEPHART&gt; wrote in message&lt;BR /&gt;
news:0BF9D087986E63E9BCA5B7F52D7A4BAE@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; How do I use the SendCommand to rotate a piece of text then use the&lt;BR /&gt;
&amp;gt; SendCommand to move it?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; What I'm trying to do is insert a door tag, rotate it to match the door&lt;BR /&gt;
&amp;gt; direction using the insertion point,&lt;BR /&gt;
&amp;gt; and then move it into position using the insertion point once again.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I can get the SendCommand to work, but I don't know to select the insert&lt;BR /&gt;
&amp;gt; point of the text automatically.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Matthew Kyle&lt;BR /&gt;
&amp;gt; Kephart Architects&lt;BR /&gt;
&amp;gt; Denver, CO&lt;BR /&gt;
&amp;gt; 303/ 832-4474&lt;BR /&gt;
&amp;gt;&lt;/KEPHART&gt;</description>
      <pubDate>Fri, 05 Jan 2001 10:24:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/move-amp-rotate-using-sendcommand/m-p/334093#M88280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-01-05T10:24:17Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/move-amp-rotate-using-sendcommand/m-p/334094#M88281</link>
      <description>Delete the first&lt;BR /&gt;
&lt;BR /&gt;
ThisDrawing.Utility.GetEntity objText, dblPickedPoint, "Select text "&lt;BR /&gt;
&lt;BR /&gt;
"Joe Sutphin" &lt;JOESU&gt; wrote in message&lt;BR /&gt;
news:201A9F248E81C8C8BA78BD8DBBFF2C9E@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Dim objText As AcadText&lt;BR /&gt;
&amp;gt; Dim dblPickedPoint(0 To 2) As Double&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;   ThisDrawing.Utility.GetEntity objText, dblPickedPoint, "Select text "&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;   ThisDrawing.Utility.GetEntity objText, dblPickedPoint, "Select text "&lt;BR /&gt;
&amp;gt;   MsgBox "Insertion Point of text is: " &amp;amp; objText.InsertionPoint(0) &amp;amp; ", "&lt;BR /&gt;
&amp;amp;&lt;BR /&gt;
&amp;gt; _&lt;BR /&gt;
&amp;gt;                                           objText.InsertionPoint(1) &amp;amp; ", "&lt;BR /&gt;
&amp;amp;&lt;BR /&gt;
&amp;gt; _&lt;BR /&gt;
&amp;gt;                                           objText.InsertionPoint(2)&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Joe&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Get a free subscription to "The Daily Visual" newsletter at&lt;BR /&gt;
&amp;gt; mailto:omnisource@worldnet.att.net?subject=DailyVisual&lt;BR /&gt;
&amp;gt; Dedicated to Visual LISP programmers&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Matthew Kyle" &lt;KEPHART&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:0BF9D087986E63E9BCA5B7F52D7A4BAE@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; &amp;gt; How do I use the SendCommand to rotate a piece of text then use the&lt;BR /&gt;
&amp;gt; &amp;gt; SendCommand to move it?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; What I'm trying to do is insert a door tag, rotate it to match the door&lt;BR /&gt;
&amp;gt; &amp;gt; direction using the insertion point,&lt;BR /&gt;
&amp;gt; &amp;gt; and then move it into position using the insertion point once again.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I can get the SendCommand to work, but I don't know to select the insert&lt;BR /&gt;
&amp;gt; &amp;gt; point of the text automatically.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; Matthew Kyle&lt;BR /&gt;
&amp;gt; &amp;gt; Kephart Architects&lt;BR /&gt;
&amp;gt; &amp;gt; Denver, CO&lt;BR /&gt;
&amp;gt; &amp;gt; 303/ 832-4474&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/KEPHART&gt;&lt;/JOESU&gt;</description>
      <pubDate>Fri, 05 Jan 2001 10:26:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/move-amp-rotate-using-sendcommand/m-p/334094#M88281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-01-05T10:26:41Z</dc:date>
    </item>
  </channel>
</rss>

