<?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: Plant 3D API/C# Question in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/plant-3d-api-c-question/m-p/11691331#M10260</link>
    <description>Hi Daniel!&lt;BR /&gt;Thank you for your suggestion. I was looking at taking the "dynamic" approach, but I discovered it was a little over my head.&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Jan 2023 18:20:24 GMT</pubDate>
    <dc:creator>jmartensBGRRW</dc:creator>
    <dc:date>2023-01-19T18:20:24Z</dc:date>
    <item>
      <title>Plant 3D API/C# Question</title>
      <link>https://forums.autodesk.com/t5/net-forum/plant-3d-api-c-question/m-p/11689458#M10257</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to AutoCAD Plant 3D/API/C# and have been trying to go thru examples and came across&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Autodesk Developer Network - Plant3D Training Material. My question is from Lab_04 and I have attached a zip file with the code in a text file for your reference.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I am stuck trying to access the "LineNumberTag". I can see the LineNumberTag information ("INTOCAD001") while running in debug mode, but it shows up in a "Dynamic View" and I am not sure how to access it using C# code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I took some screenshots of what I am looking at in the hopes that it will resonate with someone that will be able to assist me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help and time in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmartensBGRRW_2-1674084213522.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1164346i3EB9961863F2E7FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jmartensBGRRW_2-1674084213522.png" alt="jmartensBGRRW_2-1674084213522.png" /&gt;&lt;/span&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>Wed, 18 Jan 2023 23:40:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plant-3d-api-c-question/m-p/11689458#M10257</guid>
      <dc:creator>jmartensBGRRW</dc:creator>
      <dc:date>2023-01-18T23:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Plant 3D API/C# Question</title>
      <link>https://forums.autodesk.com/t5/net-forum/plant-3d-api-c-question/m-p/11689946#M10258</link>
      <description>&lt;P&gt;could be properties using C#'s &lt;SPAN&gt;dynamic&lt;/SPAN&gt; keyword, I don't have much experience with it, here's my first attempt&lt;/P&gt;&lt;P&gt;at goofing around with it, maybe will give you inspiration.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.theswamp.org/index.php?topic=55916" target="_blank"&gt;https://www.theswamp.org/index.php?topic=55916&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 07:03:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plant-3d-api-c-question/m-p/11689946#M10258</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2023-01-19T07:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Plant 3D API/C# Question</title>
      <link>https://forums.autodesk.com/t5/net-forum/plant-3d-api-c-question/m-p/11690601#M10259</link>
      <description>&lt;P&gt;You can retrieve all part properties, including LineNumberTag, using &lt;A href="https://adndevblog.typepad.com/autocad/2012/05/getting-all-the-properties-of-a-selected-pipe-in-plant3d-using-cnet.html" target="_blank" rel="noopener"&gt;DataLinksManager.GetAllProperties.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 13:43:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plant-3d-api-c-question/m-p/11690601#M10259</guid>
      <dc:creator>jabowabo</dc:creator>
      <dc:date>2023-01-19T13:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Plant 3D API/C# Question</title>
      <link>https://forums.autodesk.com/t5/net-forum/plant-3d-api-c-question/m-p/11691331#M10260</link>
      <description>Hi Daniel!&lt;BR /&gt;Thank you for your suggestion. I was looking at taking the "dynamic" approach, but I discovered it was a little over my head.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jan 2023 18:20:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plant-3d-api-c-question/m-p/11691331#M10260</guid>
      <dc:creator>jmartensBGRRW</dc:creator>
      <dc:date>2023-01-19T18:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Plant 3D API/C# Question</title>
      <link>https://forums.autodesk.com/t5/net-forum/plant-3d-api-c-question/m-p/11691824#M10261</link>
      <description>Hi Jason,&lt;BR /&gt;Thank you very much for posting the DataLinksManager.GetAllProperties information.&lt;BR /&gt;I actually did try searching on the AutoCAD DevBlog website but did not have any luck.</description>
      <pubDate>Thu, 19 Jan 2023 22:04:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plant-3d-api-c-question/m-p/11691824#M10261</guid>
      <dc:creator>jmartensBGRRW</dc:creator>
      <dc:date>2023-01-19T22:04:07Z</dc:date>
    </item>
  </channel>
</rss>

