I need to create a simple application that can display geometries from Oracle Spatial in C #. These geometries are exported from AutoCAD Map 3D 2010 to Oracle Spatial.
I need to pan, scale, manage the layers of these objects, events (for example, right-click to pop-up context menu, potentially different for each object), creating / deleting points (possibly other polygons): a kind of simple AutoCAD interface.
Should I search for an AutoCAD OEM license? Is there a drawing structure that can handle this or do I need to create my own?
source
share