Message 1 of 12
How to update blocks inserted as wblocks ?

Not applicable
02-01-2000
03:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello VBA users,
I need to update blocks inserted as wblocks.
I used to apply the DefineBlock method provided with AcVbEXT library when I
was working under AutoCAD 14.01.
Since I've installed A2K, I don't reach to call the
ACVBEXTLib.ActiveXExtension application. The second code line listed below
generates an error :
Dim appACVBEXT As ACVBEXTLib.ActiveXExtension
Set appACVBEXT =
ThisDrawing.Application.GetInterfaceObject("ActiveXExtension.Application.1")
Does anybody knows if the AcVbEXT library is still compatible with A2K ?
Otherwise, how can I redefine wblocks without sending LISP commands ?
Thanks for any help,
Serge.
I need to update blocks inserted as wblocks.
I used to apply the DefineBlock method provided with AcVbEXT library when I
was working under AutoCAD 14.01.
Since I've installed A2K, I don't reach to call the
ACVBEXTLib.ActiveXExtension application. The second code line listed below
generates an error :
Dim appACVBEXT As ACVBEXTLib.ActiveXExtension
Set appACVBEXT =
ThisDrawing.Application.GetInterfaceObject("ActiveXExtension.Application.1")
Does anybody knows if the AcVbEXT library is still compatible with A2K ?
Otherwise, how can I redefine wblocks without sending LISP commands ?
Thanks for any help,
Serge.