Advice about upgrading - automation requirements

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We are currently using ACAD 2002 together with a collection of VB6 and VBA software programs. Most importantly for us, we are using an old AcadX.arx add-in. AcadX allows us to very easily access deeper levels of information about the drawing primatives (eg measuring distances along curves from specific locations, deriving the co-ordinates of a point located at any position along a curve, deriving the first and second order derivatives of curves at any location along the curve parametrically, etc). These were properties and methods that did not appear to be available to anyone using the usual VB/VBA system of automation.
We are looking to upgrade to a newer version of ACAD, but as AcadX is not available now, I need to know if this sort of functionality is now available when using VB.NET and ACAD, or wether we have to look at something like ObjectARX?
I have looked on-line and the information I have found so far suggests that the latter is likely to be true.