<?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 handle tags in the saved view point with API ? in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-handle-tags-in-the-saved-view-point-with-api/m-p/11895445#M1459</link>
    <description>&lt;P&gt;Thank you for your helping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's fine if I can know it's possible or not clearly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, again.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 06:06:47 GMT</pubDate>
    <dc:creator>chan_baek</dc:creator>
    <dc:date>2023-04-14T06:06:47Z</dc:date>
    <item>
      <title>How to handle tags in the saved view point with API ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-handle-tags-in-the-saved-view-point-with-api/m-p/11884585#M1455</link>
      <description>&lt;P&gt;Is there any API to handle tags? For example, Simply gets some kind of TAG Object or add tags, iterate tags, move to tagged views, etc..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like Saved View Point has comments and tags conceptually. But, while you can add comments to savedviewpoint with AddComment method, in case of tags, there is no such kind of method or property in the saved view point class. Even in the entire document of Navisworks API documents, I can't find about tag things. I found that ViewControl class has Tag property. But, I think it is not about tags of saved view point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help would be appreciated greatly, thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 01:23:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-handle-tags-in-the-saved-view-point-with-api/m-p/11884585#M1455</guid>
      <dc:creator>chan_baek</dc:creator>
      <dc:date>2023-04-11T01:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle tags in the saved view point with API ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-handle-tags-in-the-saved-view-point-with-api/m-p/11890211#M1456</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13597674"&gt;@chan_baek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That's because there is nothing special about a tag, it is just a comment and a type of redline.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So when you use the "Tag" tool in NW, all you are doing is creating a normal redline and adding a comment to a saved viewpoint&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 11:10:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-handle-tags-in-the-saved-view-point-with-api/m-p/11890211#M1456</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2023-04-12T11:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle tags in the saved view point with API ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-handle-tags-in-the-saved-view-point-with-api/m-p/11892041#M1457</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5661631"&gt;@naveen.kumar.t&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I understood that 'tag' is just one of redlines.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;So, I tried to handle it by using API can handle redlines such as GetRedlines() method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;But, still I can't deal with any redlines consist of tags.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://forums.autodesk.com/t5/navisworks-api/why-can-t-i-get-information-of-tags-by-getredlines-method/td-p/11886795" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/navisworks-api/why-can-t-i-get-information-of-tags-by-getredlines-method/td-p/11886795&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;If you have any advice about this too, Please let me know.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I would be appreciated greatly, thanks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 23:52:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-handle-tags-in-the-saved-view-point-with-api/m-p/11892041#M1457</guid>
      <dc:creator>chan_baek</dc:creator>
      <dc:date>2023-04-12T23:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle tags in the saved view point with API ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-handle-tags-in-the-saved-view-point-with-api/m-p/11892657#M1458</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13597674"&gt;@chan_baek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked with the NW engineering team for you.&lt;/P&gt;
&lt;P&gt;Here is the response I received from them&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's because we never implemented returning the tag redlines in the JSON. That function to get the redlines as JSON was only ever really intended as an internal function.&amp;nbsp;It looks like it only supports returning arrow, text, ellipse and line redlines but no tags, sorry&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 07:47:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-handle-tags-in-the-saved-view-point-with-api/m-p/11892657#M1458</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2023-04-13T07:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle tags in the saved view point with API ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-handle-tags-in-the-saved-view-point-with-api/m-p/11895445#M1459</link>
      <description>&lt;P&gt;Thank you for your helping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's fine if I can know it's possible or not clearly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, again.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 06:06:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-handle-tags-in-the-saved-view-point-with-api/m-p/11895445#M1459</guid>
      <dc:creator>chan_baek</dc:creator>
      <dc:date>2023-04-14T06:06:47Z</dc:date>
    </item>
  </channel>
</rss>

