TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Lee Mac on June 20, 2009, 12:02:22 PM

Title: Enum Reference
Post by: Lee Mac 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
Title: Re: Enum Reference
Post by: It's Alive! 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.
Title: Re: Enum Reference
Post by: Lee Mac on June 20, 2009, 01:10:51 PM
Will that only work with Crimson?
Title: Re: Enum Reference
Post by: Lee Mac 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..
Title: Re: Enum Reference
Post by: sinc 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.
Title: Re: Enum Reference
Post by: Lee Mac 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...?  :?