• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Visual LISP, AutoLISP and General Customization

    Reply
    *Gustavo_Guidi

    Get Dynamic Block Visibility

    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
    Please use plain text.
    *Gustavo_Guidi

    Re: Get Dynamic Block Visibility

    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
    Please use plain text.