<?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: Passing array of objects to Plugin Execute() method instead of array of strings in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12533683#M809</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2214790"&gt;@HusseinOthman75&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please take a look at the attached files for the sample code. Here is the sample code to access an array of object data located in "Test" inside "Navisworks_2023"&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2024 08:02:21 GMT</pubDate>
    <dc:creator>naveen.kumar.t</dc:creator>
    <dc:date>2024-02-01T08:02:21Z</dc:date>
    <item>
      <title>Passing array of objects to Plugin Execute() method instead of array of strings</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12480536#M805</link>
      <description>&lt;P&gt;A very crucial thing when using Navisworks plugin through C# Application (in my case) is the parameters passed from application to the plugin through calling Execute() method which is array of strings. The array of strings represents&amp;nbsp;a bottleneck which limit the power of using Navisworks. For example with array of strings i can pass only the name of items to be selected in navisworks, but with passing array of objects i can pass the name, status, priority, ..... etc. for each array item, which give much pawer manipulating navisworks items : for example i can select items by name where status="Done" or Priority=1 or ..... etc. Is this option available? if not could we raise this substencial issue to Navisworks development team. Regards&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2024 13:20:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12480536#M805</guid>
      <dc:creator>HusseinOthman75</dc:creator>
      <dc:date>2024-01-06T13:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Passing array of objects to Plugin Execute() method instead of array of strings</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12489927#M806</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2214790"&gt;@HusseinOthman75&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A string can be JSON that you deserialize to obtain the desired data.&lt;/P&gt;
&lt;P&gt;If this doesn't help, please let me know.&lt;/P&gt;
&lt;P&gt;I will submit an improvement ticket for this issue.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 04:35:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12489927#M806</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2024-01-11T04:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Passing array of objects to Plugin Execute() method instead of array of strings</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12491506#M807</link>
      <description>&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;Thank you for your answer. Can you please drive an example , passing data to plug in as Json,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 17:13:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12491506#M807</guid>
      <dc:creator>HusseinOthman75</dc:creator>
      <dc:date>2024-01-11T17:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Passing array of objects to Plugin Execute() method instead of array of strings</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12531705#M808</link>
      <description>&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;Thank you for your answer. Can you please drive an example , passing data to plug in as Json,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 13:19:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12531705#M808</guid>
      <dc:creator>HusseinOthman75</dc:creator>
      <dc:date>2024-01-31T13:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Passing array of objects to Plugin Execute() method instead of array of strings</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12533683#M809</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2214790"&gt;@HusseinOthman75&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please take a look at the attached files for the sample code. Here is the sample code to access an array of object data located in "Test" inside "Navisworks_2023"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 08:02:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12533683#M809</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2024-02-01T08:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Passing array of objects to Plugin Execute() method instead of array of strings</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12535178#M810</link>
      <description>&lt;P&gt;Hi Naveen,&lt;BR /&gt;Thank you very much for your help, highly appreciated. i applied the logic in your example but i recieve the following error :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nw.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1321229i1D9FA5DEB0774014/image-size/large?v=v2&amp;amp;px=999" role="button" title="nw.png" alt="nw.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Note : This is a C# application. InvokeNavisworksPlugInTestPack1() method runs&amp;nbsp;NavisworksApplication and Append&lt;/P&gt;&lt;P&gt;the the required model. then i invoke the plugin and pass the JSON string as shown. I tried to resolve this error&lt;/P&gt;&lt;P&gt;but&amp;nbsp;to no avail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks agin for you help.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 20:22:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12535178#M810</guid>
      <dc:creator>HusseinOthman75</dc:creator>
      <dc:date>2024-02-01T20:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Passing array of objects to Plugin Execute() method instead of array of strings</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12535874#M811</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2214790"&gt;@HusseinOthman75&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot replicate the issue on my end.&lt;/P&gt;
&lt;P&gt;The attached sample code functions properly on my end.&lt;/P&gt;
&lt;P&gt;Kindly refer to the attached files.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 06:37:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12535874#M811</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2024-02-02T06:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Passing array of objects to Plugin Execute() method instead of array of strings</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12553310#M812</link>
      <description>Hi naveen,&lt;BR /&gt;Thanks you for your technical support. The issue is resolved and your solution works perfectly&lt;BR /&gt;Regards</description>
      <pubDate>Sun, 11 Feb 2024 07:04:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/passing-array-of-objects-to-plugin-execute-method-instead-of/m-p/12553310#M812</guid>
      <dc:creator>HusseinOthman75</dc:creator>
      <dc:date>2024-02-11T07:04:11Z</dc:date>
    </item>
  </channel>
</rss>

