<?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: Object Handles in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329486#M90742</link>
    <description>The online helps states: "A handle is persistent (stays the same) in a&lt;BR /&gt;
drawing for the lifetime of the object." Based on that, I would guess that&lt;BR /&gt;
changing a handle, if possible, is probably not a good idea. On the flip&lt;BR /&gt;
side, it sounds like an ideal key when used in conjunction with the drawing&lt;BR /&gt;
name.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Attitudes are contagious. Is yours worth catching?&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
"Scott" &lt;SPWOLTER&gt; wrote in message&lt;BR /&gt;
news:CECB46DB432A6B4B595F00687576B1D5@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Hello,&lt;BR /&gt;
&amp;gt; How does one change an object's handle?  I'm not looking for a how-to&lt;BR /&gt;
&amp;gt; explanation, just a general explanation.  I thought object handles were&lt;BR /&gt;
&amp;gt; assigned to an object and that was it- no changing them. Is this possible?&lt;BR /&gt;
&amp;gt; Generally speaking, should information be linked to object handles or is&lt;BR /&gt;
&amp;gt; this bad practice?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks,&lt;BR /&gt;
&amp;gt; Scott&lt;BR /&gt;
&amp;gt;&lt;/SPWOLTER&gt;</description>
    <pubDate>Wed, 30 Aug 2000 18:25:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-08-30T18:25:01Z</dc:date>
    <item>
      <title>Object Handles</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329485#M90741</link>
      <description>Hello,&lt;BR /&gt;
How does one change an object's handle?  I'm not looking for a how-to&lt;BR /&gt;
explanation, just a general explanation.  I thought object handles were&lt;BR /&gt;
assigned to an object and that was it- no changing them. Is this possible?&lt;BR /&gt;
Generally speaking, should information be linked to object handles or is&lt;BR /&gt;
this bad practice?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Scott</description>
      <pubDate>Wed, 30 Aug 2000 18:05:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329485#M90741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T18:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Object Handles</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329486#M90742</link>
      <description>The online helps states: "A handle is persistent (stays the same) in a&lt;BR /&gt;
drawing for the lifetime of the object." Based on that, I would guess that&lt;BR /&gt;
changing a handle, if possible, is probably not a good idea. On the flip&lt;BR /&gt;
side, it sounds like an ideal key when used in conjunction with the drawing&lt;BR /&gt;
name.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Attitudes are contagious. Is yours worth catching?&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
"Scott" &lt;SPWOLTER&gt; wrote in message&lt;BR /&gt;
news:CECB46DB432A6B4B595F00687576B1D5@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Hello,&lt;BR /&gt;
&amp;gt; How does one change an object's handle?  I'm not looking for a how-to&lt;BR /&gt;
&amp;gt; explanation, just a general explanation.  I thought object handles were&lt;BR /&gt;
&amp;gt; assigned to an object and that was it- no changing them. Is this possible?&lt;BR /&gt;
&amp;gt; Generally speaking, should information be linked to object handles or is&lt;BR /&gt;
&amp;gt; this bad practice?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks,&lt;BR /&gt;
&amp;gt; Scott&lt;BR /&gt;
&amp;gt;&lt;/SPWOLTER&gt;</description>
      <pubDate>Wed, 30 Aug 2000 18:25:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329486#M90742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T18:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Object Handles</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329487#M90743</link>
      <description>Scott,&lt;BR /&gt;
&lt;BR /&gt;
The Handle property is a read-only string that is persistent as long as the&lt;BR /&gt;
object exist within a given session. It is unclear if it is persistent&lt;BR /&gt;
between session although initial testing would indicate that it does.&lt;BR /&gt;
--&lt;BR /&gt;
Joe Sutphin&lt;BR /&gt;
Author of "AutoCAD 2000 VBA Programmers Reference"&lt;BR /&gt;
ISBN #1861002564&lt;BR /&gt;
&lt;BR /&gt;
Checkout Sources - The magazine dedicated to AutoCAD customization&lt;BR /&gt;
http://vbdesign.hypermart.net/sources/sources.htm&lt;BR /&gt;
&lt;BR /&gt;
"Scott" &lt;SPWOLTER&gt; wrote in message&lt;BR /&gt;
news:CECB46DB432A6B4B595F00687576B1D5@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Hello,&lt;BR /&gt;
&amp;gt; How does one change an object's handle?  I'm not looking for a how-to&lt;BR /&gt;
&amp;gt; explanation, just a general explanation.  I thought object handles were&lt;BR /&gt;
&amp;gt; assigned to an object and that was it- no changing them. Is this possible?&lt;BR /&gt;
&amp;gt; Generally speaking, should information be linked to object handles or is&lt;BR /&gt;
&amp;gt; this bad practice?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks,&lt;BR /&gt;
&amp;gt; Scott&lt;BR /&gt;
&amp;gt;&lt;/SPWOLTER&gt;</description>
      <pubDate>Wed, 30 Aug 2000 18:28:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329487#M90743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T18:28:44Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329488#M90744</link>
      <description>That's a very good point. Just shooting from the hip, I would guess that a&lt;BR /&gt;
handle is persistent between drawing sessions because it is stored in the&lt;BR /&gt;
entity's definition data.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Attitudes are contagious. Is yours worth catching?&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
"Joe Sutphin" &lt;JOESU&gt; wrote in message&lt;BR /&gt;
news:307F34580B3482D0D9BFC1DA1769CB80@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Scott,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; The Handle property is a read-only string that is persistent as long as&lt;BR /&gt;
the&lt;BR /&gt;
&amp;gt; object exist within a given session. It is unclear if it is persistent&lt;BR /&gt;
&amp;gt; between session although initial testing would indicate that it does.&lt;/JOESU&gt;</description>
      <pubDate>Wed, 30 Aug 2000 18:37:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329488#M90744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T18:37:51Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329489#M90745</link>
      <description>Unlike window handles, object handles do hang around between sessions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I&lt;BR /&gt;
hear an echo,,, handle,,,,objectid,,,,,handle,,,,,objectid&lt;BR /&gt;
-Josh&lt;BR /&gt;
&lt;BR /&gt;
Frank Oquendo wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; That's a very good point. Just shooting from the hip, I would guess that a&lt;BR /&gt;
&amp;gt; handle is persistent between drawing sessions because it is stored in the&lt;BR /&gt;
&amp;gt; entity's definition data.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Attitudes are contagious. Is yours worth catching?&lt;BR /&gt;
&amp;gt; http://www.acadx.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Joe Sutphin" &lt;JOESU&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:307F34580B3482D0D9BFC1DA1769CB80@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; &amp;gt; Scott,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; The Handle property is a read-only string that is persistent as long as&lt;BR /&gt;
&amp;gt; the&lt;BR /&gt;
&amp;gt; &amp;gt; object exist within a given session. It is unclear if it is persistent&lt;BR /&gt;
&amp;gt; &amp;gt; between session although initial testing would indicate that it does.&lt;/JOESU&gt;</description>
      <pubDate>Wed, 30 Aug 2000 18:59:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329489#M90745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T18:59:35Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329490#M90746</link>
      <description>If  I remember correctly, an ObjectId is unique within a given sesion but&lt;BR /&gt;
it's transient while a handle is unique only within its drawing and&lt;BR /&gt;
permanent. Is that correct?&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Attitudes are contagious. Is yours worth catching?&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
"Minkwitz Design" &lt;MDS&gt; wrote in message&lt;BR /&gt;
news:39AD5997.7FC77081@minkwitz-design.com...&lt;BR /&gt;
&amp;gt; Unlike window handles, object handles do hang around between sessions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I&lt;BR /&gt;
&amp;gt; hear an echo,,, handle,,,,objectid,,,,,handle,,,,,objectid&lt;BR /&gt;
&amp;gt; -Josh&lt;/MDS&gt;</description>
      <pubDate>Wed, 30 Aug 2000 18:59:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329490#M90746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T18:59:35Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329491#M90747</link>
      <description>Right on the nose &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; You can have two objects with identical id's in different&lt;BR /&gt;
drawings, but those same objects can and most probably will have a different id&lt;BR /&gt;
the next time you open the drawing, even if you haven't restarted acad.&lt;BR /&gt;
&lt;BR /&gt;
Frank Oquendo wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; If  I remember correctly, an ObjectId is unique within a given sesion but&lt;BR /&gt;
&amp;gt; it's transient while a handle is unique only within its drawing and&lt;BR /&gt;
&amp;gt; permanent. Is that correct?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Attitudes are contagious. Is yours worth catching?&lt;BR /&gt;
&amp;gt; http://www.acadx.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Minkwitz Design" &lt;MDS&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:39AD5997.7FC77081@minkwitz-design.com...&lt;BR /&gt;
&amp;gt; &amp;gt; Unlike window handles, object handles do hang around between sessions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I&lt;BR /&gt;
&amp;gt; &amp;gt; hear an echo,,, handle,,,,objectid,,,,,handle,,,,,objectid&lt;BR /&gt;
&amp;gt; &amp;gt; -Josh&lt;/MDS&gt;</description>
      <pubDate>Wed, 30 Aug 2000 20:05:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329491#M90747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T20:05:17Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329492#M90748</link>
      <description>"Joe Sutphin" &lt;JOESU&gt; writes:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; The Handle property is a read-only string that is persistent as long as the&lt;BR /&gt;
&amp;gt; object exist within a given session. It is unclear if it is persistent&lt;BR /&gt;
&amp;gt; between session although initial testing would indicate that it does.&lt;BR /&gt;
&lt;BR /&gt;
It's persistant between drawing sessions and it's&lt;BR /&gt;
never reused. Once a handle is used it's discarded&lt;BR /&gt;
forever.&lt;BR /&gt;
&lt;BR /&gt;
It's somewhere on the acad docs (can't read them&lt;BR /&gt;
rigth now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
&lt;BR /&gt;
Eduardo Muñoz&lt;BR /&gt;
&lt;BR /&gt;
Debian GNU/Linux 2.2&lt;/JOESU&gt;</description>
      <pubDate>Wed, 30 Aug 2000 22:33:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329492#M90748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T22:33:12Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329493#M90749</link>
      <description>Not exactly should what you are getting at with this response. As I stated,&lt;BR /&gt;
the Handle property is a read-only string that is assigned to an entity when&lt;BR /&gt;
it is created. That handle stays with that entity until that entity is&lt;BR /&gt;
destroyed either in the current AutoCAD session or a session that happens 6&lt;BR /&gt;
months from now.&lt;BR /&gt;
&lt;BR /&gt;
Joe&lt;BR /&gt;
&lt;BR /&gt;
Eduardo Muñoz &lt;EMF&gt; wrote in message&lt;BR /&gt;
news:878ztemlav.fsf@localhost.localdomain...&lt;BR /&gt;
&amp;gt; "Joe Sutphin" &lt;JOESU&gt; writes:&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; The Handle property is a read-only string that is persistent as long as&lt;BR /&gt;
the&lt;BR /&gt;
&amp;gt; &amp;gt; object exist within a given session. It is unclear if it is persistent&lt;BR /&gt;
&amp;gt; &amp;gt; between session although initial testing would indicate that it does.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; It's persistant between drawing sessions and it's&lt;BR /&gt;
&amp;gt; never reused. Once a handle is used it's discarded&lt;BR /&gt;
&amp;gt; forever.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; It's somewhere on the acad docs (can't read them&lt;BR /&gt;
&amp;gt; rigth now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Eduardo Muñoz&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Debian GNU/Linux 2.2&lt;/JOESU&gt;&lt;/EMF&gt;</description>
      <pubDate>Wed, 30 Aug 2000 22:44:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329493#M90749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-30T22:44:09Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329494#M90750</link>
      <description>The underlying data of an ObjectId is the memory address of the actual&lt;BR /&gt;
AutoCAD object.  So, ObjectIds are unique per session and within a given&lt;BR /&gt;
session they are even unique across databases.  Since the datum is a memory&lt;BR /&gt;
address, it may or may not be the same from session to session, but you&lt;BR /&gt;
should definitely not count on it being the same from session to session.&lt;BR /&gt;
&lt;BR /&gt;
Handles are 64-bit integers that are issued for each object as it is added&lt;BR /&gt;
to the database.  The HANDSEED system variable (stored in the database)&lt;BR /&gt;
contains the next available handle value and is incremented each time a&lt;BR /&gt;
handle is issued.  So, handles are unique per object in a given database.&lt;BR /&gt;
They are not unique between databases.  They are persistent between&lt;BR /&gt;
sessions.&lt;BR /&gt;
&lt;BR /&gt;
"Frank Oquendo" &lt;FRANKO&gt; wrote in message&lt;BR /&gt;
news:A07EAC4B3C04E81B2C4B453186580922@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; If  I remember correctly, an ObjectId is unique within a given sesion but&lt;BR /&gt;
&amp;gt; it's transient while a handle is unique only within its drawing and&lt;BR /&gt;
&amp;gt; permanent. Is that correct?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Attitudes are contagious. Is yours worth catching?&lt;BR /&gt;
&amp;gt; http://www.acadx.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Minkwitz Design" &lt;MDS&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:39AD5997.7FC77081@minkwitz-design.com...&lt;BR /&gt;
&amp;gt; &amp;gt; Unlike window handles, object handles do hang around between sessions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
I&lt;BR /&gt;
&amp;gt; &amp;gt; hear an echo,,, handle,,,,objectid,,,,,handle,,,,,objectid&lt;BR /&gt;
&amp;gt; &amp;gt; -Josh&lt;BR /&gt;
&amp;gt;&lt;/MDS&gt;&lt;/FRANKO&gt;</description>
      <pubDate>Thu, 31 Aug 2000 01:19:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329494#M90750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-31T01:19:48Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329495#M90751</link>
      <description>Most excellent. Thank you for that information, Art. I'll be sure to tuck it&lt;BR /&gt;
away for future refrence.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Attitudes are contagious. Is yours worth catching?&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
Art Cooney &lt;ARTC&gt; wrote in message&lt;BR /&gt;
news:9C5D2A0AE8DCA4CEE743CA985A11CD9B@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; The underlying data of an ObjectId is the memory address of the actual&lt;BR /&gt;
&amp;gt; AutoCAD object.  So, ObjectIds are unique per session and within a given&lt;BR /&gt;
&amp;gt; session they are even unique across databases.  Since the datum is a&lt;BR /&gt;
memory&lt;BR /&gt;
&amp;gt; address, it may or may not be the same from session to session, but you&lt;BR /&gt;
&amp;gt; should definitely not count on it being the same from session to session.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Handles are 64-bit integers that are issued for each object as it is added&lt;BR /&gt;
&amp;gt; to the database.  The HANDSEED system variable (stored in the database)&lt;BR /&gt;
&amp;gt; contains the next available handle value and is incremented each time a&lt;BR /&gt;
&amp;gt; handle is issued.  So, handles are unique per object in a given database.&lt;BR /&gt;
&amp;gt; They are not unique between databases.  They are persistent between&lt;BR /&gt;
&amp;gt; sessions.&lt;/ARTC&gt;</description>
      <pubDate>Thu, 31 Aug 2000 01:37:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329495#M90751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-31T01:37:15Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329496#M90752</link>
      <description>"Joe Sutphin" &lt;JOESU&gt; writes:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Not exactly should what you are getting at with this response. As I stated,&lt;BR /&gt;
&amp;gt; the Handle property is a read-only string that is assigned to an entity when&lt;BR /&gt;
&amp;gt; it is created. That handle stays with that entity until that entity is&lt;BR /&gt;
&amp;gt; destroyed either in the current AutoCAD session or a session that happens 6&lt;BR /&gt;
&amp;gt; months from now.&lt;BR /&gt;
&lt;BR /&gt;
Well, you didn't stated that in this post. *You* wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; [...] It is unclear if it is persistent&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; between session although initial testing would indicate that it does.&lt;BR /&gt;
&lt;BR /&gt;
So I wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; &amp;gt; It's persistant between drawing sessions and it's&lt;BR /&gt;
&amp;gt; &amp;gt; never reused.&lt;BR /&gt;
&lt;BR /&gt;
It's cristal clear.&lt;BR /&gt;
&lt;BR /&gt;
BTW, don't send me unsolicited mail again.&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
&lt;BR /&gt;
Eduardo Muñoz&lt;BR /&gt;
&lt;BR /&gt;
Debian GNU/Linux 2.2&lt;/JOESU&gt;</description>
      <pubDate>Thu, 31 Aug 2000 16:33:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329496#M90752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-08-31T16:33:47Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329497#M90753</link>
      <description>It's confirmed - an objects Handle is persistent between AutoCAD sessions.&lt;BR /&gt;
&lt;BR /&gt;
Joe&lt;BR /&gt;
&lt;BR /&gt;
"Frank Oquendo" &amp;lt;    &amp;gt; wrote in message&lt;BR /&gt;
news:A07EAC4B3C04E81B2C4B453186580922@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; If  I remember correctly, an ObjectId is unique within a given sesion but&lt;BR /&gt;
&amp;gt; it's transient while a handle is unique only within its drawing and&lt;BR /&gt;
&amp;gt; permanent. Is that correct?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Attitudes are contagious. Is yours worth catching?&lt;BR /&gt;
&amp;gt; http://www.acadx.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Minkwitz Design" &lt;MDS&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:39AD5997.7FC77081@minkwitz-design.com...&lt;BR /&gt;
&amp;gt; &amp;gt; Unlike window handles, object handles do hang around between sessions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
I&lt;BR /&gt;
&amp;gt; &amp;gt; hear an echo,,, handle,,,,objectid,,,,,handle,,,,,objectid&lt;BR /&gt;
&amp;gt; &amp;gt; -Josh&lt;BR /&gt;
&amp;gt;&lt;/MDS&gt;</description>
      <pubDate>Sun, 14 Dec 2003 04:27:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/object-handles/m-p/329497#M90753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-12-14T04:27:25Z</dc:date>
    </item>
  </channel>
</rss>

