<?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 define Redlines for an ActiveView that has been changed ? in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11941189#M2077</link>
    <description>Quick question:&lt;BR /&gt;When this View.GenerateImage was added to the API?&lt;BR /&gt;Can't find it in NW2020 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
    <pubDate>Thu, 04 May 2023 12:15:14 GMT</pubDate>
    <dc:creator>alexisDVJML</dc:creator>
    <dc:date>2023-05-04T12:15:14Z</dc:date>
    <item>
      <title>How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11010949#M2066</link>
      <description>&lt;P&gt;Hi, I tried to save a screenshot from each saved viewpoint, so my workflow is as follows:&lt;BR /&gt;1. Iterate all saved viewpoints.&lt;BR /&gt;2. By reflection, I get the Viewpoint object in the SavedItem&lt;BR /&gt;3. Then I call CopyViewpointFrom() on my ActiveView.&lt;BR /&gt;4. Now I can call GenerateImage() from ActiveView to save a screenshot of my saved viewpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So here I have a problem, I got my screenshot, but without the redlines. ActiveView.GetRedLines() function returns empty data and I found that SavedItem got LcOpRedlineList and here I got my redlines, but I can't convert it to string because the single function to set the redlines ActiveView.SetRedlines(string data) has string field in the argument. Is there a way to set red lines for an ActiveView that has been changed ? Thank you in advance&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here is my code:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;                PropertyInfo viewProperty = savedItem.GetType().GetProperty("Viewpoint");
                PropertyInfo red = savedItem.GetType().GetProperty("Redlines");

                object view = viewProperty.GetValue(savedItem, null);
                object reds = red.GetValue(savedItem, null);

                Viewpoint iteratedSavedViewPoint = (Viewpoint)view;

                LcOpRedlineList rr = (LcOpRedlineList)reds; // How to use it ?

                Application.ActiveDocument.ActiveView.CopyViewpointFrom(iteratedSavedViewPoint, ViewChange.JumpCut);

                Autodesk.Navisworks.Api.View currentView = Application.ActiveDocument.ActiveView;
                string redLines = currentView.GetRedlines(); // I got empty data here

                Bitmap bmp = Application.ActiveDocument.ActiveView.GenerateImage(ImageGenerationStyle.ScenePlusOverlay, currentView.Width, currentView.Height);&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 10:14:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11010949#M2066</guid>
      <dc:creator>glib.vedmedenkoTNJYP</dc:creator>
      <dc:date>2022-03-17T10:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11018131#M2067</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12205039"&gt;@glib.vedmedenkoTNJYP&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you able to reproduce the same issue in Navisworks UI manually (Without using API)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By following the above-mentioned steps, can you reproduce the issue in Navisworks UI?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know, If the Navisworks UI doesn't support this functionality, then API probably won't support it either.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are able to achieve the functionality you want in Navisworks UI but not via API, then please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am waiting for your response.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 07:47:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11018131#M2067</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2022-03-21T07:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11018278#M2068</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5661631"&gt;@naveen.kumar.t&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes, I can reproduce it with "&lt;A href="https://knowledge.autodesk.com/support/navisworks-products/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/Navisworks/files/GUID-12C2EC4F-CD96-46D3-88B3-D22B7BBF5B80-htm.html" target="_blank" rel="noopener"&gt;Export Viewpoints Report&lt;/A&gt;&amp;nbsp;".&lt;/P&gt;&lt;P&gt;It will export each viewpoint screenshot with Redlines.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 09:30:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11018278#M2068</guid>
      <dc:creator>glib.vedmedenkoTNJYP</dc:creator>
      <dc:date>2022-03-21T09:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11020716#M2069</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12205039"&gt;@glib.vedmedenkoTNJYP&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have already raised your issue to the Navisworks Engineering team but I haven't received any response from them yet. I will let you know as soon as I receive a response from them.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 08:37:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11020716#M2069</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2022-03-22T08:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11020990#M2070</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12205039"&gt;@glib.vedmedenkoTNJYP&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Engineering team said that they are not sure why it didn't work.&lt;/P&gt;
&lt;P&gt;The Engineering team added that there might be newer APIs in NW 2022 and NW 2023 that let you do this.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 10:40:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11020990#M2070</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2022-03-22T10:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11021238#M2071</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5661631"&gt;@naveen.kumar.t&lt;/a&gt;, thanks for the reply&lt;BR /&gt;I am currently using NW 2022, what features can help me with this ?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 12:40:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11021238#M2071</guid>
      <dc:creator>glib.vedmedenkoTNJYP</dc:creator>
      <dc:date>2022-03-22T12:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11023310#M2072</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12205039"&gt;@glib.vedmedenkoTNJYP&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used these 2 sample codes. These 2 sample codes are working fine for me in NW 2022. I am able to export the images with redlines.&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;private void ExportViewPointAsImage(Document doc)
        {
            string pngFilepath = @".....\ImagePng.png";
            SavedItem viewPt = doc.SavedViewpoints.CurrentSavedViewpoint;
            string currentViewPtName = viewPt.DisplayName;
            //Get COM STATE
            InwOpState10 state = ComApiBridge.State;
            //Get Image Export Plugin
            InwOaPropertyVec options = state.GetIOPluginOptions("lcodpimage");
            //Set PNG Image Format
            foreach(InwOaProperty property in options.Properties())
            {
                if(property.name=="export.image.format")
                {
                    property.value = "lcodpexpng";
                }
            }
            state.DriveIOPlugin("lcodpimage", pngFilepath, options);
        }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;public void ExportViewPointAsImage()
       {
            string path = @"....\ImageJpg.jpg";
            Autodesk.Navisworks.Api.View currentView = Application.ActiveDocument.ActiveView;
            Bitmap bmp = Application.ActiveDocument.ActiveView.GenerateImage(ImageGenerationStyle.ScenePlusOverlay, currentView.Width, currentView.Height);
            bmp.Save(path);
       } &lt;/LI-CODE&gt;
&lt;P&gt;Could you please try and let me know.&lt;BR /&gt;&lt;BR /&gt;When I first try the GenerateImage(), the images are exported without the redlines. Now I tested it again, GenerateImage() is working fine for me.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 09:32:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11023310#M2072</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2022-03-23T09:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11024328#M2073</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5661631"&gt;@naveen.kumar.t&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks, I tried your samples and the first one takes a screenshot much faster than mine.&lt;BR /&gt;&lt;BR /&gt;The problem is that it only gets Redlines once and if they are contained in your ActiveView.&lt;BR /&gt;&lt;BR /&gt;But if you want to take all saved viewpoints that won't work, the function will always export the same image.&lt;BR /&gt;So for this I use: &lt;STRONG&gt;Application.ActiveDocument.ActiveView.CopyViewpointFrom(iteratedSavedViewPoint,ViewChange.JumpCut)&lt;/STRONG&gt; .&lt;BR /&gt;This feature allows me to move the camera to the next viewpoint and take a screenshot after that, but it doesn't capture the red lines.&lt;BR /&gt;&lt;BR /&gt;I noticed that Redlines only activates if you click on a viewpoint in the "Saved Viewpoints Window".&lt;BR /&gt;Like in the screenshots below: 1. Clicked and selected. 2. Same camera position but deselected&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clicked and Selected" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1039806i245FC38973B1DC7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Selected.png" alt="Clicked and Selected" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Clicked and Selected&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Same camera position but deselected" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1039807iFCD8305DC4F0152E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Unselected.png" alt="Same camera position but deselected" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Same camera position but deselected&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;So the question is how to invoke the selection to display Redlines for each saved viewpoint ?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 16:31:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11024328#M2073</guid>
      <dc:creator>glib.vedmedenkoTNJYP</dc:creator>
      <dc:date>2022-03-23T16:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11025962#M2074</link>
      <description>&lt;P&gt;As far as I understood, let's say you have a redline in ViewPoint A. When you export ViewPoint A, redlines are visible.&lt;/P&gt;
&lt;P&gt;Now you are trying to move your viewpoint(i.e)Camera from one place to another, Redlines will disappear and now when you try to export viewpoint, redlines won't be visible in the exported viewpoint.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your question is &lt;STRONG&gt;how to invoke the selection to display Redlines for each saved viewpoint?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RedLines are created in a view and the view with the redlines is saved as a viewpoint. The viewpoints are snapshots(2D image of a 3D drawing) taken of the model as it is displayed in the Scene View. The scene view is the area where you view and interact with the 3D model. Since the RedLines are created in the Viewpoint(2D image), when you move your camera to the next viewpoint, the red lines will not be visible in the new viewpoint.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, &lt;STRONG&gt;Redlines are associated with a Viewpoint. Once you deselect that Viewpoint, all data associated with it also goes (e.g. comments, redlines, etc.)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We just keep the camera where it is because there isn't anything else sensible to do. So that's just how NW works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, FYI, GenerateImage is preferred to export views with redlines. NW Engineering team said they wouldn't recommend using the old COM approach.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 09:53:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11025962#M2074</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2022-03-24T09:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11026149#M2075</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5661631"&gt;@naveen.kumar.t&lt;/a&gt;,&lt;BR /&gt;Thank you for your answer.&lt;BR /&gt;&lt;BR /&gt;Yes, that's right, I have a redline in my &lt;STRONG&gt;ActiveView&lt;/STRONG&gt; if a viewpoint is selected.&lt;BR /&gt;So &lt;STRONG&gt;GenerateImage&lt;/STRONG&gt; works and exports a screenshot with redlines.&lt;BR /&gt;&lt;BR /&gt;But when I change the &lt;STRONG&gt;ActiveView&lt;/STRONG&gt; using the &lt;STRONG&gt;CopyViewpointFrom&lt;/STRONG&gt; API function, the new viewpoint does not contain redlines, and so the &lt;STRONG&gt;GenerateImage&lt;/STRONG&gt; function takes a screenshot of the current camera position without redlines.&lt;BR /&gt;&lt;BR /&gt;So in this way, I'm looking for API functions that will allow me to find overlays for an &lt;STRONG&gt;ActiveView&lt;/STRONG&gt; that has been changed programmatically.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 11:08:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11026149#M2075</guid>
      <dc:creator>glib.vedmedenkoTNJYP</dc:creator>
      <dc:date>2022-03-24T11:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11027601#M2076</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5661631"&gt;@naveen.kumar.t&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I found the solution! Instead of changing ActiveView, I should use Application.ActiveDocument.SavedViewpoints.CurrentSavedViewpoint. So this code allows you to jump to the saved viewpoint and display the Redline.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;SavedViewpoint iteratedView = savedItem as SavedViewpoint;
SavedViewpoint current = Application.ActiveDocument.SavedViewpoints.CurrentSavedViewpoint as SavedViewpoint;
Application.ActiveDocument.SavedViewpoints.CurrentSavedViewpoint = iteratedView;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 24 Mar 2022 23:40:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11027601#M2076</guid>
      <dc:creator>glib.vedmedenkoTNJYP</dc:creator>
      <dc:date>2022-03-24T23:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11941189#M2077</link>
      <description>Quick question:&lt;BR /&gt;When this View.GenerateImage was added to the API?&lt;BR /&gt;Can't find it in NW2020 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Thu, 04 May 2023 12:15:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11941189#M2077</guid>
      <dc:creator>alexisDVJML</dc:creator>
      <dc:date>2023-05-04T12:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11941261#M2078</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6001790"&gt;@alexisDVJML&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no GenerateImage in NW 2020. This method is available from NW 2021.&lt;/P&gt;
&lt;P&gt;Please take a look at this below link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/navisworks-api/export-viewpoint-image/td-p/9539353" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/navisworks-api/export-viewpoint-image/td-p/9539353&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 12:34:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11941261#M2078</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2023-05-04T12:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Redlines for an ActiveView that has been changed ?</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11944485#M2079</link>
      <description>Thanks!</description>
      <pubDate>Fri, 05 May 2023 15:43:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/how-to-define-redlines-for-an-activeview-that-has-been-changed/m-p/11944485#M2079</guid>
      <dc:creator>alexisDVJML</dc:creator>
      <dc:date>2023-05-05T15:43:27Z</dc:date>
    </item>
  </channel>
</rss>

