Hi,
I want to develop an application to read an AutoCAD drawing which consists of units. I want the C# Windows Application to read the drawing and give me the list of all the items and their measurement. I am using Visual Studio 2008.
In the attached Image, suppose the box name is 'XYZ', I need the program to read as Item - XYZ, Height - 610, Width- 900. Is this possible?
Thanks..