<?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: How is XData Set/Get using ObjectDBX? in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/how-is-xdata-set-get-using-objectdbx/m-p/1197463#M47855</link>
    <description>It turned out to be a misplaced 'Exit For' statement.&lt;BR /&gt;
&lt;BR /&gt;
The loop exited on the first object that did not contain the particular XData Application.</description>
    <pubDate>Wed, 08 Dec 2004 20:25:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-12-08T20:25:32Z</dc:date>
    <item>
      <title>How is XData Set/Get using ObjectDBX?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-is-xdata-set-get-using-objectdbx/m-p/1197460#M47852</link>
      <description>The following line returns an empty array:&lt;BR /&gt;
&lt;BR /&gt;
MyObject.GetXData "MYXDATA", avarXDataType, avarXDataValue&lt;BR /&gt;
&lt;BR /&gt;
This worked with AutoCAD 2004 and ObjectDBX.  It does not work with AutoCAD 2005 and ObjectDBX.</description>
      <pubDate>Sat, 04 Dec 2004 14:05:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-is-xdata-set-get-using-objectdbx/m-p/1197460#M47852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-04T14:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How is XData Set/Get using ObjectDBX?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-is-xdata-set-get-using-objectdbx/m-p/1197461#M47853</link>
      <description>Should work the same.
Maybe your MyObject is empty to begin with
or MYXDATA has a spelling error.
Check your references and your dims

-- 
Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica


"clarence_rollins" &lt;NOSPAM&gt; wrote in message 
news:934187.1102169173008.JavaMail.jive@jiveforum1.autodesk.com...
&amp;gt; The following line returns an empty array:
&amp;gt;
&amp;gt; MyObject.GetXData "MYXDATA", avarXDataType, avarXDataValue
&amp;gt;
&amp;gt; This worked with AutoCAD 2004 and ObjectDBX.  It does not work with 
&amp;gt; AutoCAD 2005 and ObjectDBX.&lt;/NOSPAM&gt;</description>
      <pubDate>Sat, 04 Dec 2004 18:54:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-is-xdata-set-get-using-objectdbx/m-p/1197461#M47853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-04T18:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: How is XData Set/Get using ObjectDBX?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-is-xdata-set-get-using-objectdbx/m-p/1197462#M47854</link>
      <description>"Jorge Jimenez" &lt;UNKNOWN&gt; wrote in message
news:41b207e6_3@newsprd01...
&amp;gt; Should work the same.
&amp;gt; Maybe your MyObject is empty to begin with
&amp;gt; or MYXDATA has a spelling error.
&amp;gt; Check your references and your dims

If you want to check the actual object's data (simply and reliably) from the
command line, try the following:

(entget (car (entsel)) '("*"))

will show all of the data, albeit in DXF type format&lt;/UNKNOWN&gt;</description>
      <pubDate>Mon, 06 Dec 2004 00:13:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-is-xdata-set-get-using-objectdbx/m-p/1197462#M47854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-06T00:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: How is XData Set/Get using ObjectDBX?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-is-xdata-set-get-using-objectdbx/m-p/1197463#M47855</link>
      <description>It turned out to be a misplaced 'Exit For' statement.&lt;BR /&gt;
&lt;BR /&gt;
The loop exited on the first object that did not contain the particular XData Application.</description>
      <pubDate>Wed, 08 Dec 2004 20:25:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-is-xdata-set-get-using-objectdbx/m-p/1197463#M47855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-08T20:25:32Z</dc:date>
    </item>
  </channel>
</rss>

