Author Topic: Enum Reference  (Read 2250 times)

0 Members and 1 Guest are viewing this topic.

Lee Mac

  • Seagull
  • Posts: 12912
  • London, England
Enum Reference
« on: June 20, 2009, 12:02:22 PM »
Hope everyone is having a good weekend  8-)

I just wondered if anyone knew of a good Enum reference? - i.e. a listing of the possible enum's for each object.

i.e.

acAlignmentMiddleCenter  ~ for alignment
acDataRow ~ for Table row...

etc etc

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8690
  • AKA Daniel
Re: Enum Reference
« Reply #1 on: June 20, 2009, 12:17:46 PM »
I always use MP's vlisp.key, section [KEYWORDS4] constants

goto http://www.theswamp.org/index.php?topic=4805.msg57707#msg57707
then click "see this"     open with notepad


PS, thanks MP, I have been using this file for so many years, and I never looked at the header till today.

Lee Mac

  • Seagull
  • Posts: 12912
  • London, England
Re: Enum Reference
« Reply #2 on: June 20, 2009, 01:10:51 PM »
Will that only work with Crimson?

Lee Mac

  • Seagull
  • Posts: 12912
  • London, England
Re: Enum Reference
« Reply #3 on: June 20, 2009, 04:09:52 PM »
^^ not to worry about that last post.

I have just stumbled upon Michael's "Atoms" program which sets out everything quite nicely.

Although, they are all listed in Alphabetical order, so I assume that you have to just guess which enum is related to which function..

sinc

  • Guest
Re: Enum Reference
« Reply #4 on: June 21, 2009, 11:10:00 AM »
These are all listed in the ObjectARX documentation (both managed and unmanaged).

If you are looking in the unmanaged docs, some of them can be sort of hard to find.  For example, I found the AcDb::RowType enumeration in the "Structs->AcDb Structs" section of the documentation, and not in the "AcDb Classes" section.

Lee Mac

  • Seagull
  • Posts: 12912
  • London, England
Re: Enum Reference
« Reply #5 on: June 21, 2009, 11:18:57 AM »
Ok, I shall look into downloading the Object ARX documentation from AutoDesk.

btw, how is your avatar so much larger than other members...?  :?