<?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 to read the proxy entity internal objects? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-read-the-proxy-entity-internal-objects/m-p/5706434#M39487</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the API which you are using is not to retrieve internal objects,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The documentation say&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This function appends to the ids array all reference objectIds in the data of the custom entity contained in the proxy. The types array have the corresponding reference type DXF group code numbers for the objectIds in the ids array. For example, if the ids[3] element is a hard pointer ID, then types[3] will be &lt;SPAN class="Element146"&gt;HardPointerId&lt;/SPAN&gt; (integer value 340).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ProxyEntity API gives information about DxfName,className, ApplicationDescription, I'm not sure there exists an API to get hold of entities used inside proxy, not sure about such reverse engineering.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://adndevblog.typepad.com/autocad/2012/08/getting-proxy-entitys-information.html" target="_blank"&gt;http://adndevblog.typepad.com/autocad/2012/08/getting-proxy-entitys-information.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2015 07:19:49 GMT</pubDate>
    <dc:creator>moogalm</dc:creator>
    <dc:date>2015-07-06T07:19:49Z</dc:date>
    <item>
      <title>How to read the proxy entity internal objects?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-read-the-proxy-entity-internal-objects/m-p/5696059#M39486</link>
      <description>&lt;P&gt;How to read the proxy entity internal objects?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using the following code&lt;BR /&gt;But not to read any entitys&lt;/P&gt;&lt;PRE&gt;            ProxyEntity proxy = ***;
            DBObjectReferenceCollection dbrc = proxy.GetReferences();
            foreach (DBObjectReference dbr in dbrc)
            {
                if (dbr.ObjectId != null)
                {
                    DBObject brefObj = trans.GetObject(dbr.ObjectId, OpenMode.ForRead);
                    if (brefObj != null)
                    {
                        ......&lt;/PRE&gt;</description>
      <pubDate>Sat, 27 Jun 2015 03:44:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-read-the-proxy-entity-internal-objects/m-p/5696059#M39486</guid>
      <dc:creator>583408432</dc:creator>
      <dc:date>2015-06-27T03:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to read the proxy entity internal objects?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-read-the-proxy-entity-internal-objects/m-p/5706434#M39487</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the API which you are using is not to retrieve internal objects,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The documentation say&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This function appends to the ids array all reference objectIds in the data of the custom entity contained in the proxy. The types array have the corresponding reference type DXF group code numbers for the objectIds in the ids array. For example, if the ids[3] element is a hard pointer ID, then types[3] will be &lt;SPAN class="Element146"&gt;HardPointerId&lt;/SPAN&gt; (integer value 340).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ProxyEntity API gives information about DxfName,className, ApplicationDescription, I'm not sure there exists an API to get hold of entities used inside proxy, not sure about such reverse engineering.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://adndevblog.typepad.com/autocad/2012/08/getting-proxy-entitys-information.html" target="_blank"&gt;http://adndevblog.typepad.com/autocad/2012/08/getting-proxy-entitys-information.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:19:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-read-the-proxy-entity-internal-objects/m-p/5706434#M39487</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2015-07-06T07:19:49Z</dc:date>
    </item>
  </channel>
</rss>

