<?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: starting to learn Map3d API in AutoCAD Map 3D Developer Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/starting-to-learn-map3d-api/m-p/9200867#M406</link>
    <description>&lt;P&gt;Also can you guide me&amp;nbsp;how to create a new map in map 3d&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/81963"&gt;@fieldguy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how to duplicate the map&amp;nbsp;&lt;/P&gt;&lt;P&gt;AcMapMapManagementServicemapMgServ = AcMapMapManagementService.GetInstance(HostApplicationServices.WorkingDatabase);&lt;/P&gt;&lt;P&gt;AcMapMap duplicateMap = mapMgServ.DuplicateMap(mapMgServ.CurrentMap);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I tried to do create a new map with some modification on the code but I faild&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2019 12:39:24 GMT</pubDate>
    <dc:creator>Khalid-Elejla</dc:creator>
    <dc:date>2019-12-13T12:39:24Z</dc:date>
    <item>
      <title>starting to learn Map3d API</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/starting-to-learn-map3d-api/m-p/9189052#M403</link>
      <description>&lt;P&gt;Hello everyone, I am new here and I want your advice in how to learn Map 3d API&lt;/P&gt;&lt;P&gt;I have found a beautiful course, but sadly the links seemed to be broken&lt;/P&gt;&lt;P&gt;&lt;A href="https://download.autodesk.com/media/adn/DevTV_Map_Geospatial_API_Intro/DevTV_Map_Geospatial_API_Intro.html" target="_blank"&gt;https://download.autodesk.com/media/adn/DevTV_Map_Geospatial_API_Intro/DevTV_Map_Geospatial_API_Intro.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone give me A valid link&amp;nbsp;for this tutorial or any other tutorials.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2019 20:34:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/starting-to-learn-map3d-api/m-p/9189052#M403</guid>
      <dc:creator>Khalid-Elejla</dc:creator>
      <dc:date>2019-12-07T20:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: starting to learn Map3d API</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/starting-to-learn-map3d-api/m-p/9189528#M404</link>
      <description>&lt;P&gt;go to&amp;nbsp;&lt;A href="https://www.autodesk.com/developer-network/platform-technologies/autocad-map-3d" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;here&amp;lt;&amp;lt;&lt;/A&gt;&amp;nbsp; and click on the "download" links in the Learning section.&amp;nbsp; Unzip the download, and look for a "wmv" file.&amp;nbsp; That should play for you.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 13:43:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/starting-to-learn-map3d-api/m-p/9189528#M404</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2019-12-08T13:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: starting to learn Map3d API</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/starting-to-learn-map3d-api/m-p/9200856#M405</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/81963"&gt;@fieldguy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it's only have the intro file of the course&lt;/P&gt;&lt;P&gt;I need the rest of the course&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 12:34:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/starting-to-learn-map3d-api/m-p/9200856#M405</guid>
      <dc:creator>Khalid-Elejla</dc:creator>
      <dc:date>2019-12-13T12:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: starting to learn Map3d API</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/starting-to-learn-map3d-api/m-p/9200867#M406</link>
      <description>&lt;P&gt;Also can you guide me&amp;nbsp;how to create a new map in map 3d&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/81963"&gt;@fieldguy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how to duplicate the map&amp;nbsp;&lt;/P&gt;&lt;P&gt;AcMapMapManagementServicemapMgServ = AcMapMapManagementService.GetInstance(HostApplicationServices.WorkingDatabase);&lt;/P&gt;&lt;P&gt;AcMapMap duplicateMap = mapMgServ.DuplicateMap(mapMgServ.CurrentMap);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I tried to do create a new map with some modification on the code but I faild&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 12:39:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/starting-to-learn-map3d-api/m-p/9200867#M406</guid>
      <dc:creator>Khalid-Elejla</dc:creator>
      <dc:date>2019-12-13T12:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: starting to learn Map3d API</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/starting-to-learn-map3d-api/m-p/9201134#M407</link>
      <description>&lt;P&gt;I have never worked with "Map" objects in that part of the API.&amp;nbsp; I suggest you search in the IM Devblog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 14:41:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/starting-to-learn-map3d-api/m-p/9201134#M407</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2019-12-13T14:41:43Z</dc:date>
    </item>
  </channel>
</rss>

