<?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: Read SoftPointerId From ResultBuffer in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/read-softpointerid-from-resultbuffer/m-p/12851638#M3541</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;ObjectId idOfRebarEch = (ObjectId)result[0].Value;
if (idOfRebarEch.IsValid)
// ....&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 13:50:36 GMT</pubDate>
    <dc:creator>Gepaha</dc:creator>
    <dc:date>2024-06-20T13:50:36Z</dc:date>
    <item>
      <title>Read SoftPointerId From ResultBuffer</title>
      <link>https://forums.autodesk.com/t5/net-forum/read-softpointerid-from-resultbuffer/m-p/12851538#M3539</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have stored information of type "ObjectId" (as SoftPointerId) in an entity, but in read data I found the problem "Impossible to cast an object of type ObjectId to type String", it doesn't work in my case.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="youssefGC_0-1718888999320.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1378211iCA1440B74BC06FD3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="youssefGC_0-1718888999320.png" alt="youssefGC_0-1718888999320.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 13:10:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/read-softpointerid-from-resultbuffer/m-p/12851538#M3539</guid>
      <dc:creator>youssefGC</dc:creator>
      <dc:date>2024-06-20T13:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Read SoftPointerId From ResultBuffer</title>
      <link>https://forums.autodesk.com/t5/net-forum/read-softpointerid-from-resultbuffer/m-p/12851616#M3540</link>
      <description>&lt;P&gt;You can simply&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var id=(ObjectId)result[0].Value;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note, the ObjectId could be ObjectId.Null, if the underline entity no long exists (i.e. was erased), or its IsErased property could be true, if the underline entity was just erased prior to the ResultBuffer is retrieved.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 13:54:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/read-softpointerid-from-resultbuffer/m-p/12851616#M3540</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-06-20T13:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Read SoftPointerId From ResultBuffer</title>
      <link>https://forums.autodesk.com/t5/net-forum/read-softpointerid-from-resultbuffer/m-p/12851638#M3541</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;ObjectId idOfRebarEch = (ObjectId)result[0].Value;
if (idOfRebarEch.IsValid)
// ....&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 13:50:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/read-softpointerid-from-resultbuffer/m-p/12851638#M3541</guid>
      <dc:creator>Gepaha</dc:creator>
      <dc:date>2024-06-20T13:50:36Z</dc:date>
    </item>
  </channel>
</rss>

