<?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: Adding property in general section in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/adding-property-in-general-section/m-p/11496744#M11201</link>
    <description>&lt;P&gt;See this topic.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/net/how-to-create-custom-prop-in-properties-palettes-and-assign-to/m-p/7874929" target="_blank"&gt;https://forums.autodesk.com/t5/net/how-to-create-custom-prop-in-properties-palettes-and-assign-to/m-p/7874929&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 16:03:29 GMT</pubDate>
    <dc:creator>Ed__Jobe</dc:creator>
    <dc:date>2022-10-20T16:03:29Z</dc:date>
    <item>
      <title>Adding property in general section</title>
      <link>https://forums.autodesk.com/t5/net-forum/adding-property-in-general-section/m-p/11496367#M11200</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Folks, Can we modify the "Properties Palette functionality" of AutoCAD to add a custom property in the General section for each entity using AutoCAD .Net api ?&lt;BR /&gt;&lt;BR /&gt;I am facing challenges to add a property in the General section so that I can fetch it in Navvisworks and forge. Please let me know if it is possible and if we can add a property in the General section. Below is the reference image for you to understand the exact location where I wish to add custom field in the pallet.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 14:11:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/adding-property-in-general-section/m-p/11496367#M11200</guid>
      <dc:creator>arpeet.shah</dc:creator>
      <dc:date>2022-10-20T14:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding property in general section</title>
      <link>https://forums.autodesk.com/t5/net-forum/adding-property-in-general-section/m-p/11496744#M11201</link>
      <description>&lt;P&gt;See this topic.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/net/how-to-create-custom-prop-in-properties-palettes-and-assign-to/m-p/7874929" target="_blank"&gt;https://forums.autodesk.com/t5/net/how-to-create-custom-prop-in-properties-palettes-and-assign-to/m-p/7874929&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 16:03:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/adding-property-in-general-section/m-p/11496744#M11201</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-10-20T16:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding property in general section</title>
      <link>https://forums.autodesk.com/t5/net-forum/adding-property-in-general-section/m-p/11498275#M11202</link>
      <description>&lt;P&gt;Hello &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14801"&gt;@Ed__Jobe&lt;/a&gt;&amp;nbsp;, the solution that you have provided above doesn't provide us the desired results.&lt;BR /&gt;We are trying to add custom properties in the general section of the Property pallet.&lt;/P&gt;&lt;P&gt;For a clear view, we have tried the following solutions as well:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://through-the-interface.typepad.com/through_the_interface/2009/03/exposing-autocads-properties-palette-functionality-to-net---part-1.html" target="_blank" rel="noopener"&gt;https://through-the-interface.typepad.com/through_the_interface/2009/03/exposing-autocads-properties-palette-functionality-to-net---part-1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.keanw.com/2009/03/exposing-autocads-properties-palette-functionality-to-net---part-2.html" target="_blank" rel="noopener"&gt;https://www.keanw.com/2009/03/exposing-autocads-properties-palette-functionality-to-net---part-2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But somehow we are not able to build the code in this. We are looking for the similar solution in AutoCAD 2020 and above.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 06:47:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/adding-property-in-general-section/m-p/11498275#M11202</guid>
      <dc:creator>arpeet.shah</dc:creator>
      <dc:date>2022-10-21T06:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding property in general section</title>
      <link>https://forums.autodesk.com/t5/net-forum/adding-property-in-general-section/m-p/11499272#M11203</link>
      <description>&lt;P&gt;The post I linked to mentioned that you can't do it without C++ to develop an *.arx file. That's what Kean did in part 1, the post you linked to. In &lt;A href="https://www.keanw.com/2009/03/exposing-autocads-properties-palette-functionality-to-net---part-2.html" target="_blank" rel="noopener"&gt;part 2&lt;/A&gt;, he supplied the code for the arx project and a arx file, plus the NET code to use the arx. To compile the arx code, you need to use C++, even though the code looks similar to C#.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 14:36:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/adding-property-in-general-section/m-p/11499272#M11203</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-10-21T14:36:38Z</dc:date>
    </item>
  </channel>
</rss>

