In VS2010 I loaded Autodesk.Map.Platform.Core.dll (I have Civil 3d 2011) and I can't find MgGeometry class or MgAgfReaderWriter class?
Object Browser nothing
Thanks
Solved! Go to Solution.
In VS2010 I loaded Autodesk.Map.Platform.Core.dll (I have Civil 3d 2011) and I can't find MgGeometry class or MgAgfReaderWriter class?
Object Browser nothing
Thanks
Solved! Go to Solution.
Yeah, the Help has kind of dropped the ball on this one... There have been two changes to the API since the Help was correct.
For 2011, take a look in OSGeo.MapGuide.Foundation, OSGeo.MapGuide.Geometry, OSGeo.MapGuide.PlatformBase.
Yeah, the Help has kind of dropped the ball on this one... There have been two changes to the API since the Help was correct.
For 2011, take a look in OSGeo.MapGuide.Foundation, OSGeo.MapGuide.Geometry, OSGeo.MapGuide.PlatformBase.
I don't know if I'm missing something but in my Reference tab i have this "dll" loaded:
Autodesk.Map.Platform.Core
OSGeo.FDO
OSGeo.FDO.Common
OSGeo.FDO.Geometry
OSGeo.MapGuide.Foundation
OSGeo.MapGuide.PlatformBase
and if I search MgGeometry in Object Browser, only thing I got is: OSGeo.MapGude.MgGeometryProperty and OSGeo.MapgGuide. MgGeometryTypeInfo class
Am I crazy??
I don't know if I'm missing something but in my Reference tab i have this "dll" loaded:
Autodesk.Map.Platform.Core
OSGeo.FDO
OSGeo.FDO.Common
OSGeo.FDO.Geometry
OSGeo.MapGuide.Foundation
OSGeo.MapGuide.PlatformBase
and if I search MgGeometry in Object Browser, only thing I got is: OSGeo.MapGude.MgGeometryProperty and OSGeo.MapgGuide. MgGeometryTypeInfo class
Am I crazy??
Is IGeometry and MgGeometry the same thing?
Is IGeometry and MgGeometry the same thing?
The assembly you're looking for is OSGeo.MapGuide.Geometry.dll
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)
- Jackie
The assembly you're looking for is OSGeo.MapGuide.Geometry.dll
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)
- Jackie
Can't find what you're looking for? Ask the community or share your knowledge.