Message 1 of 5
Insertblock Method changes in A2k2
Not applicable
08-20-2001
03:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible modify the source code in the class modules of my DLL so as
to determine the version of AutoCAD. Since there have been changes to the
Insertblock method among others, I want to be able to do something like
this:
If AutoCAD version is 2002 then
call insertblock method with Z scale factor
else
call insertblock method without Z scale factor
end if
Dale
to determine the version of AutoCAD. Since there have been changes to the
Insertblock method among others, I want to be able to do something like
this:
If AutoCAD version is 2002 then
call insertblock method with Z scale factor
else
call insertblock method without Z scale factor
end if
Dale