2005 = 16.1
--
Daniel J. Altamura, R.A.
Altamura Architectural Consulting
and SoftWorx, Autodesk Authorized Developer
-----------------------------------------------------------------
"mrl" wrote in message
news:405f5653_3@newsprd01...
> Hello,
>
> How do i check the version of AutoCAD 2005 ?
>
> I know:
> (vl-load-com)
> (< (atoi (vla-get-Version (vlax-get-acad-object))) 16) ; 2000-2002
> (= (atoi (vla-get-Version (vlax-get-acad-object))) 16) ; 2004
>
> And for AutoCAD 2005 ?
>
>
> Martin