<?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: Where is MgGeometry? in AutoCAD Map 3D Developer Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/where-is-mggeometry/m-p/2963306#M2304</link>
    <description>&lt;P&gt;The assembly you're looking for is OSGeo.MapGuide.Geometry.dll&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This assembly split was made so your code can reference the same OSGeo.* assemblies and run on both Map3D and MapGuide (assuming you are targeting the subset of classes used in both products)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jackie&lt;/P&gt;</description>
    <pubDate>Thu, 24 Mar 2011 11:26:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-03-24T11:26:22Z</dc:date>
    <item>
      <title>Where is MgGeometry?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/where-is-mggeometry/m-p/2959890#M2299</link>
      <description>&lt;P&gt;In VS2010 I loaded Autodesk.Map.Platform.Core.dll (I have Civil 3d 2011) and I can't find MgGeometry class or MgAgfReaderWriter class?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Object Browser nothing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2011 23:28:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/where-is-mggeometry/m-p/2959890#M2299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-21T23:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Where is MgGeometry?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/where-is-mggeometry/m-p/2959908#M2300</link>
      <description>&lt;P&gt;Yeah, the Help has kind of dropped the ball on this one...&amp;nbsp; There have been two changes to the API since the Help was correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For 2011, take a look in OSGeo.MapGuide.Foundation, OSGeo.MapGuide.Geometry, OSGeo.MapGuide.PlatformBase.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2011 00:15:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/where-is-mggeometry/m-p/2959908#M2300</guid>
      <dc:creator>Sinc</dc:creator>
      <dc:date>2011-03-22T00:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Where is MgGeometry?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/where-is-mggeometry/m-p/2960806#M2301</link>
      <description>&lt;P&gt;I don't know if I'm missing something but in my Reference tab i have this "dll" loaded:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Autodesk.Map.Platform.Core&lt;/P&gt;&lt;P&gt;OSGeo.FDO&lt;/P&gt;&lt;P&gt;OSGeo.FDO.Common&lt;/P&gt;&lt;P&gt;OSGeo.FDO.Geometry&lt;/P&gt;&lt;P&gt;OSGeo.MapGuide.Foundation&lt;/P&gt;&lt;P&gt;OSGeo.MapGuide.PlatformBase&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and if I search MgGeometry in Object Browser, only thing I got is: OSGeo.MapGude.MgGeometryProperty and OSGeo.MapgGuide. MgGeometryTypeInfo class&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I crazy??&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2011 18:34:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/where-is-mggeometry/m-p/2960806#M2301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-22T18:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Where is MgGeometry?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/where-is-mggeometry/m-p/2963158#M2303</link>
      <description>&lt;P&gt;Is IGeometry and MgGeometry the same thing?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2011 08:29:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/where-is-mggeometry/m-p/2963158#M2303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-24T08:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Where is MgGeometry?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/where-is-mggeometry/m-p/2963306#M2304</link>
      <description>&lt;P&gt;The assembly you're looking for is OSGeo.MapGuide.Geometry.dll&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This assembly split was made so your code can reference the same OSGeo.* assemblies and run on both Map3D and MapGuide (assuming you are targeting the subset of classes used in both products)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jackie&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2011 11:26:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/where-is-mggeometry/m-p/2963306#M2304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-24T11:26:22Z</dc:date>
    </item>
  </channel>
</rss>

