Results 1 to 4 of 4

Thread: Get list of VLA Properties / methods using Lisp

  1. #1
    Certifiable AUGI Addict
    Join Date
    2015-11
    Location
    Jo'burg SA
    Posts
    4,512
    Login to Give a bone
    0

    Default Get list of VLA Properties / methods using Lisp

    I know, I know ... you can see them using vlax-dump-object. I'm looking for something similar which can return a list of these so I can easily use "unknown" properties / methods of any ActiveX object (not just ACad ones).

    It'll need to return the name, if it's read-only, and (in case of methods) how many arguments are needed. It must be possible since VLIDE's inspection does this as well. Not to mention the vlax-dump-object function itself.

  2. #2
    AUGI Addict
    Join Date
    2005-08
    Posts
    1,043
    Login to Give a bone
    0

    Default Re: Get list of VLA Properties / methods using Lisp

    This might be of some help. You might need the dll though.

    [ http://www.theswamp.org/index.php?topic=20003.0 ]

  3. #3
    Certifiable AUGI Addict
    Join Date
    2015-11
    Location
    Jo'burg SA
    Posts
    4,512
    Login to Give a bone
    0

    Default Re: Get list of VLA Properties / methods using Lisp

    Brilliant!!!

    Ask a simple question ... and you get an answer explaining the lot!

    Thanks! Will help me greatly!

  4. #4
    AUGI Addict
    Join Date
    2005-08
    Posts
    1,043
    Login to Give a bone
    0

    Default Re: Get list of VLA Properties / methods using Lisp

    You're welcome.

Similar Threads

  1. Problems invoking excel methods from lisp
    By mweaver in forum AutoLISP
    Replies: 2
    Last Post: 2009-08-07, 01:39 PM
  2. Add Browser Name to Parts List Properties
    By inventor.wishlist1738 in forum Inventor Wish List
    Replies: 0
    Last Post: 2008-10-07, 02:07 AM
  3. Properties and methods of common dialog control
    By abdulhuck in forum VBA/COM Interop
    Replies: 2
    Last Post: 2006-09-21, 01:54 PM
  4. Custom Properties Tied to List
    By inventor.wishlist1738 in forum Inventor Wish List
    Replies: 1
    Last Post: 2006-05-04, 01:21 PM
  5. Wish List: Properties Manager
    By eric.krueger in forum Inventor Wish List
    Replies: 0
    Last Post: 2005-11-21, 05:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •