<?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: Autodesk Vehicle Tracking Warning in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/10930232#M10047</link>
    <description>&lt;P&gt;Hi, is it possible to ask for the app to disable the vehicle tracking warning notification? Thank you.&lt;/P&gt;</description>
    <pubDate>Sat, 05 Feb 2022 09:07:19 GMT</pubDate>
    <dc:creator>e.otani</dc:creator>
    <dc:date>2022-02-05T09:07:19Z</dc:date>
    <item>
      <title>Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/8645482#M10035</link>
      <description>&lt;P&gt;I have some drawings that was saved in Civil 3D 2019 with Vehicle Tracking, and when I try to open the drawings in Civil 3D 2018, I get the following warning:&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="Vehicle Tracking.png" style="width: 416px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/611560i20D0AD3DAB68FAC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Vehicle Tracking.png" alt="Vehicle Tracking.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a system variable that would allow me to suppress the warning window so that it doesn't come up every time I open the drawing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, I know that Vehicle Tracking can be purged from a drawing using the command&amp;nbsp;&lt;SPAN&gt;PURGEVEHICLETRACKING, but I have lots of drawings, and I would like to automate the purging&amp;nbsp;process using script rather than going through each drawing one at a time. Again, I can't figure out how to suppress the warning window through script.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I was looking around the forum, and it seems like others have had this problem with Vehicle Tracking but couldn't find a solution. I just wanted to reach out again and see if anyone has any thoughts or suggestions that I could try.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 13:51:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/8645482#M10035</guid>
      <dc:creator>alexka</dc:creator>
      <dc:date>2019-03-08T13:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/8646268#M10036</link>
      <description>&lt;P&gt;Look in to using ACAD.lsp set to run when ever a&amp;nbsp;drawing is opened&amp;nbsp;or ACADdoc.lsp which always runs when a drawing is opened. If you don't want to run PURGEVEHICLETRACKING on every drawing, the&amp;nbsp;the command&amp;nbsp;can be commented out when not desired to run.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 18:07:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/8646268#M10036</guid>
      <dc:creator>cwr-pae</dc:creator>
      <dc:date>2019-03-08T18:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/8661567#M10037</link>
      <description>&lt;P&gt;The message you are getting indicates your scenario where file is saved in newer version that had Vehicle Tracking 2019 installed. Please see following link for possible solution.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-This-drawing-file-contains-data-produced-in-a-newer-version-of-Vehicle-Tracking.html" target="_blank" rel="noopener"&gt;https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-This-drawing-file-contains-data-produced-in-a-newer-version-of-Vehicle-Tracking.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you have Vehicle Tracking 2018 installed on your computer you may want to install 2018.2 updates. See&amp;nbsp;&lt;FONT size="3"&gt;&lt;A href="https://knowledge.autodesk.com/support/vehicle-tracking/downloads/caas/CloudHelp/cloudhelp/2018/ENU/Autodesk-VehicleTracking-Readme/files/GUID-A1AF3426-EBC2-4EB7-A800-2C3CC80064E0-htm.html" target="_blank" rel="noopener"&gt;Autodesk Vehicle Tracking 2018.2 Readme&lt;/A&gt; and &lt;A href="https://up.autodesk.com/2018/VEHTRK/AVT_2018_HF1_Readme.htm" target="_blank" rel="noopener"&gt;Hotfix Radme&lt;/A&gt;.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;If you don't have Vehicle Tracking you may want to use @Anonymous's suggestion or Export objects to AutoCAD.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;I hope this helps.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:19:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/8661567#M10037</guid>
      <dc:creator>AlmasSuljevic</dc:creator>
      <dc:date>2019-03-15T14:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/8666003#M10038</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/670011"&gt;@AlmasSuljevic&lt;/a&gt;&amp;nbsp;, I think the only two solutions are to either update the version of Vehicle Tracking as you indicated or run the &lt;SPAN&gt;PURGEVEHICLETRACKING command one drawing at a time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Exporting the drawing to AutoCAD as described in the Autodesk article isn't&amp;nbsp;really a good solution since it would convert all Civil 3D objects to regular AutoCAD objects.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for looking into it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 14:34:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/8666003#M10038</guid>
      <dc:creator>alexka</dc:creator>
      <dc:date>2019-03-18T14:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/8666916#M10039</link>
      <description>&lt;P&gt;My "solution" to this annoying dialog is a little app that runs in the background and closes the dialog whenever it appears (which is once for the active drawing and once for every attached xref, which is a lot of dialogs).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I originally went with a scripted PURGEVEHICLETRACKING route, but found that command corrupted about 20% of the drawings I ran it on.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 20:03:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/8666916#M10039</guid>
      <dc:creator>tyronebk</dc:creator>
      <dc:date>2019-03-18T20:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/9104171#M10040</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/670011"&gt;@AlmasSuljevic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Excuse me, that is no solution at all. You are telling us the nag is there unless we ride the Autodesk version chase train, or do some purge command that only works if a drawing is open?&lt;/P&gt;&lt;P&gt;This is a product killer! CAD managers will avoid this thing like the plague, doesn't Autodesk get it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 18:38:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/9104171#M10040</guid>
      <dc:creator>JamesMaeding</dc:creator>
      <dc:date>2019-10-23T18:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/9488267#M10041</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/413069"&gt;@tyronebk&lt;/a&gt;&amp;nbsp;, do you have the app available anywhere for sharing?&lt;/P&gt;&lt;P&gt;I'd find it very helpful&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2020 14:16:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/9488267#M10041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-03T14:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/9497382#M10042</link>
      <description>&lt;P&gt;Unfortunately I don't. It is part of a larger code base and would take too much time to extract and share it on its own. I can share parts of the code if you are trying to create your own, but that's about all I'd have time for.&lt;BR /&gt;&lt;BR /&gt;I believe Autodesk fixed this annoy behavior in newer releases of Civil 3D. I can't confirm though as we are discouraging use of Vehicle Tracking internally, so I no longer have it installed.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 21:11:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/9497382#M10042</guid>
      <dc:creator>tyronebk</dc:creator>
      <dc:date>2020-05-06T21:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/9498291#M10043</link>
      <description>&lt;P&gt;Thanks anyway, at least I have learnt about the PURGEVEHICLETRACKING command from this thread so I can use that more in future&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 08:05:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/9498291#M10043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-07T08:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/9589289#M10044</link>
      <description>&lt;P&gt;Why isn't autodesk reacting here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another feature of their software that slows us down. Not a tiny bit but literally extra days are wasted because of this terrible behaviour combined with (2018) again a version in wich publish is not working AT ALL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm in the process of changing the version of 60 drawings. Back in the days when I wasn't forced to have 1 file per drawing because of VAULT updating everything and publisg 60 pdf's would take 5 minutes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I am wasting 2 days on it and it's getting worse with each version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 10:42:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/9589289#M10044</guid>
      <dc:creator>vandenoosterkamp</dc:creator>
      <dc:date>2020-06-19T10:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/10054240#M10045</link>
      <description>&lt;P&gt;Has this been addressed yet, this cost users a ton of time to hit ok to this stupid message! Has Autodesk done anything to fix this and permanently come up with a solution? if they would like i can send them thousands of drawings and they can go thru them all and type in "purgevehicletracking" or if they would like they can print all of my drawings from the sheet set manager and they can hit "ok" when it processes the files and I have to babysit it. When working between companies not everybody has the same version either so you can't constantly upgrade, do they know how projects work and how tight schedules are????????????&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 15:18:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/10054240#M10045</guid>
      <dc:creator>wwolak</dc:creator>
      <dc:date>2021-02-03T15:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/10056566#M10046</link>
      <description>&lt;P&gt;The worst thing is, if anyone saves the drawing with Vehichle Tracking loaded, it saves the metadata that triggers the error message - even if they don't run any Vehicle Tracking commands.&lt;BR /&gt;My solution was to install AutoCAD 2019 (because I don't think anyone I work with is using a later version yet) but that's not really a real answer&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 09:10:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/10056566#M10046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-04T09:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/10930232#M10047</link>
      <description>&lt;P&gt;Hi, is it possible to ask for the app to disable the vehicle tracking warning notification? Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Feb 2022 09:07:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/10930232#M10047</guid>
      <dc:creator>e.otani</dc:creator>
      <dc:date>2022-02-05T09:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11278865#M10048</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/413069"&gt;@tyronebk&lt;/a&gt; I'd like to see what you have so I can try to make something work.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 19:52:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11278865#M10048</guid>
      <dc:creator>david.scharlau73UKH</dc:creator>
      <dc:date>2022-07-05T19:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11346920#M10049</link>
      <description>&lt;P&gt;typical stupid autodesk versioning issues, "everyone needs to be on 2023!!!"&amp;nbsp; "install the latest version"&amp;nbsp; why so you can corrupt basic functionality that worked 15yrs ago.&amp;nbsp; guys are the worst, fix your program.&amp;nbsp; get on the version gravy train.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 17:16:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11346920#M10049</guid>
      <dc:creator>Hammer.john.j</dc:creator>
      <dc:date>2022-08-08T17:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11375437#M10050</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9489914"&gt;@wwolak&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Has this been addressed yet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course not. We can only pray that one day BIM360 and Vault are no longer used and BricsCad comes up with a Civil 3D alternative.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I strongly advise at every project I work for NOT to use BIM360 or Vault.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 23 Aug 2022 11:29:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11375437#M10050</guid>
      <dc:creator>vandenoosterkamp</dc:creator>
      <dc:date>2022-08-23T11:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11431012#M10051</link>
      <description>&lt;P&gt;This notification is killing me.&lt;/P&gt;&lt;P&gt;Due to client requirements, we are working in C3D 2018.&amp;nbsp;&lt;STRONG&gt;I&lt;/STRONG&gt; am not working on anything that involves vehicle tracking. Others doing more of the design work are. Purging the vehicle tracking data from the files is not an option. But I swear that every time I open a drawing to work, every Xref that loads brings up the notification, and it takes far too much time to click through them all...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm doomed...&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 14:21:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11431012#M10051</guid>
      <dc:creator>mbloswick</dc:creator>
      <dc:date>2022-09-19T14:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11431585#M10052</link>
      <description>&lt;P&gt;I run nightly plots and this popup dialog stops that's process from working.&amp;nbsp; Equally as annoying is opening a file, then needing&amp;nbsp; to go help a colleague, only to come back and see the file barely opened because of the dialog box.&amp;nbsp; I downloaded a mouse auto clicking software and have it automatically click the ok button.&amp;nbsp; Obviously not an answer, but a workaround that has been working for me. I don't have to be there to click every time the box pops up.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 18:38:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11431585#M10052</guid>
      <dc:creator>david.scharlau73UKH</dc:creator>
      <dc:date>2022-09-19T18:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk Vehicle Tracking Warning</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11811407#M10053</link>
      <description>&lt;P&gt;To automatically click OK on the popup (and many others), I use a program called ClickOff.&amp;nbsp;&lt;A href="https://download.cnet.com/ClickOff/3000-2072_4-10041321.html" target="_blank"&gt;https://download.cnet.com/ClickOff/3000-2072_4-10041321.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works great.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 00:03:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/autodesk-vehicle-tracking-warning/m-p/11811407#M10053</guid>
      <dc:creator>JimsTools</dc:creator>
      <dc:date>2023-03-10T00:03:02Z</dc:date>
    </item>
  </channel>
</rss>

