Visual LISP, AutoLISP and General Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Gustavo_Guidi
Get Dynamic Block Visibility
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
112 Views, 1 Replies
04-01-2010 10:15 PM
Dynamic Block Visibility
I have a Dynamic Block with 3 ways of visibility, and each one mean
different thing
How can I know which is the active mode for each one?
Thnaks in advance
I have a Dynamic Block with 3 ways of visibility, and each one mean
different thing
How can I know which is the active mode for each one?
Thnaks in advance
*Gustavo_Guidi
Re: Get Dynamic Block Visibility
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-01-2010 10:34 PM in reply to:
*Gustavo_Guidi
I found in the web, thnaks anyway
(= :vlax-true(vla-get-IsDynamicBlock sBlk))
(setq dyPrp(vlax-safearray->list
(vlax-variant-value
(vla-GetDynamicBlockProperties sBlk))))
); end and
"Gustavo_Guidi" escribió en el mensaje
news:6366042@discussion.autodesk.com...
Dynamic Block Visibility
I have a Dynamic Block with 3 ways of visibility, and each one mean
different thing
How can I know which is the active mode for each one?
Thnaks in advance
(= :vlax-true(vla-get-IsDynamicBlock sBlk))
(setq dyPrp(vlax-safearray->list
(vlax-variant-value
(vla-GetDynamicBlockProperties sBlk))))
); end and
"Gustavo_Guidi"
news:6366042@discussion.autodesk.com...
Dynamic Block Visibility
I have a Dynamic Block with 3 ways of visibility, and each one mean
different thing
How can I know which is the active mode for each one?
Thnaks in advance
