dictionary objects - name property

Discussion in 'AutoCAD' started by Jason Piercey, Jul 23, 2003.

  1. In an attempt to convert my dictionary handling functions over
    to activex I am finding out that not all dictionary objects have a
    name property.

    What I am trying to do is just get a list of names (strings).
    I can't seem to trap the error with (vl-catch....) for the ones that
    don't, then proceed with the rest of 'em. Is there some other
    property that I can look at to distinguish between the two?
     
    Jason Piercey, Jul 23, 2003
    #1
  2. ah, yes..... vlax-property-available-p is the ticket.

    Thank ya.
     
    Jason Piercey, Jul 23, 2003
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.