Dear Acad gurus, I try to connect to AutoCAD from other application programmatically (on run-time) The issue is that I try to obtain the client AutoCAD version. I make an instance of the AutoCAD as an OLE, and obtain the version property. I tried it on various AutoCAD versions in order to know what will I get. The results are: AutoCAD 2004 -> 16.0s (LMS Tech) AutoCAD 2002 -> 15.06s (LMS Tech) AutoCAD 2000 -> ?????? AutoCAD 14 ->14.0 Does it mean that if first two digits are 16 it will always be AutoCAD 2004? What version should I expect from AutoCAD 2000 & AutoCAD 2000i? Thanks,