So, since ACADX is no longer supported in 2005...

So, since ACADX is no longer supported in 2005...

Anonymous
Not applicable
353 Views
8 Replies
Message 1 of 9

So, since ACADX is no longer supported in 2005...

Anonymous
Not applicable
We are finally working towards upgrading to acad2005 from 2002. I use ACADX for freezing layers in viewports that is inside a reactor. Is there any other way to simulate the following function: (vlax-put-property pViewport 'PViewportObject Evp)?

This has worked great, and would sure be nice to transport this functionality to 2005.
0 Likes
354 Views
8 Replies
Replies (8)
Message 2 of 9

Anonymous
Not applicable
Why would you need a wrapper to perform a function already exposed? Am I missing something here? jb
0 Likes
Message 3 of 9

Anonymous
Not applicable
In 2002 you there is now way using VBA to freeze/thaw layers inside a viewport, unless you know a way.
0 Likes
Message 4 of 9

Anonymous
Not applicable
> In 2002 you there is now way using VBA to freeze/thaw layers inside a viewport, unless you know a way. What does that have to do with AcadX not supported on 2005??? -- Mike ___________________________ Mike Tuersley CADalyst's CAD Clinic Rand IMAGINiT Technologies ___________________________ the trick is to realize that there is no spoon...
0 Likes
Message 5 of 9

Anonymous
Not applicable
So just give up and use Lisp . . . it's a superior language anyway. 😉
0 Likes
Message 6 of 9

Anonymous
Not applicable
Because you could do this with acadx.
0 Likes
Message 7 of 9

Anonymous
Not applicable
Sounds good. Any idea on how to do this without using the "command" structure, since this is part of a reactor and you cannot use the "command" inside of a reactor.
0 Likes
Message 8 of 9

Anonymous
Not applicable
James Buzbee wrote: > So just give up and use Lisp . . . it's a superior language anyway. ;-) Matter of opinion. I prefer to use VBA and on the *rare* occassion it can't do something, I reference vl.application and call lisp. Terry
0 Likes
Message 9 of 9

Anonymous
Not applicable
tsigwing wrote: > ... for freezing layers in viewports ... Isn't that just xdata on the acad appid for viewports? Terry
0 Likes