<?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: what is the use of _AcDb.Handle.IsOne in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12136785#M7937</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the post, so how to check if the Id is exist?&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jul 2023 16:09:16 GMT</pubDate>
    <dc:creator>essam-salah</dc:creator>
    <dc:date>2023-07-30T16:09:16Z</dc:date>
    <item>
      <title>what is the use of _AcDb.Handle.IsOne</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12128160#M7933</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;as its a self described title i want to know a use case for&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;_AcDb.Handle.IsOne&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 15:46:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12128160#M7933</guid>
      <dc:creator>essam-salah</dc:creator>
      <dc:date>2023-07-26T15:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: what is the use of _AcDb.Handle.IsOne</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12128316#M7934</link>
      <description>&lt;P&gt;&lt;A href="https://help.autodesk.com/view/OARX/2023/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_DatabaseServices_Handle_IsOne" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/OARX/2023/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_DatabaseServices_Handle_IsOne&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There isn't much use for Handle == 1 (or Entity 0).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 16:46:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12128316#M7934</guid>
      <dc:creator>BlackBox_</dc:creator>
      <dc:date>2023-07-26T16:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: what is the use of _AcDb.Handle.IsOne</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12136698#M7935</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1206685"&gt;@BlackBox_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i already read the documentation, another question can we know if the object exists or not using &lt;EM&gt;Handle&lt;/EM&gt; ?&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 14:49:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12136698#M7935</guid>
      <dc:creator>essam-salah</dc:creator>
      <dc:date>2023-07-30T14:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: what is the use of _AcDb.Handle.IsOne</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12136774#M7936</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3650456"&gt;@essam-salah&lt;/a&gt;&amp;nbsp; a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;can we know if the object exists or not using &lt;EM&gt;Handle&lt;/EM&gt; ?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can use the undocumented Database.TryGetObjectId method.&lt;/P&gt;
&lt;P&gt;Signature:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;public bool Autodesk.AutoCAD.DatabaseServices.Database.TryGetObjectId(
    Autodesk.AutoCAD.DatabaseServices.Handle objHandle, 
    out Autodesk.AutoCAD.DatabaseServices.ObjectId id)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 16:03:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12136774#M7936</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2023-07-30T16:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: what is the use of _AcDb.Handle.IsOne</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12136785#M7937</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the post, so how to check if the Id is exist?&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 16:09:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12136785#M7937</guid>
      <dc:creator>essam-salah</dc:creator>
      <dc:date>2023-07-30T16:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: what is the use of _AcDb.Handle.IsOne</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12136792#M7938</link>
      <description>&lt;P&gt;TryGetObjectId returns true, if the supplied Handle is bound to an ObjectId (and set this ObjectId to the out parameter); false, if the supplied Handle is not bound to an ObjectId (and set the out parameter to OnjectId.Null).&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 16:13:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12136792#M7938</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2023-07-30T16:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: what is the use of _AcDb.Handle.IsOne</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12137153#M7939</link>
      <description>&lt;P&gt;It’s probably something internal, since it’s been around forever,A handle of One seems to always point to the AcDbBlockTable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;“since all databases start with the same handseed value of 1 and go up from there”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also wonder the purpose of mLow and mHigh?&amp;nbsp; Maybe to increase the address range back in the days of 16bit computers &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry if I went off topic&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 21:56:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12137153#M7939</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2023-07-30T21:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: what is the use of _AcDb.Handle.IsOne</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12139143#M7940</link>
      <description>Handles are 64-bit. mLow and mHigh are to allow 64-bit handles on 32-bit computers.</description>
      <pubDate>Mon, 31 Jul 2023 17:26:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12139143#M7940</guid>
      <dc:creator>artc2</dc:creator>
      <dc:date>2023-07-31T17:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: what is the use of _AcDb.Handle.IsOne</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12139724#M7941</link>
      <description>&lt;P&gt;Ah, that make more sense&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 21:40:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-use-of-acdb-handle-isone/m-p/12139724#M7941</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2023-07-31T21:40:39Z</dc:date>
    </item>
  </channel>
</rss>

