ACAD Objects for Visual Basic

ACAD Objects for Visual Basic

Anonymous
Not applicable
695 Views
9 Replies
Message 1 of 10

ACAD Objects for Visual Basic

Anonymous
Not applicable
I've noticed from reading different posts that there are quite a few ACAD objects people can access by using Visual Basic. Is there a comprehensive list or book somewhere that shows all the ones available (like Preferences, AcadPreferencesDisplay, etc.)?

Thanks in advance
0 Likes
696 Views
9 Replies
Replies (9)
Message 2 of 10

Anonymous
Not applicable
Right there in the Acad Developer Help (User's Guide & Reference).....


wrote in message news:5418253@discussion.autodesk.com...
I've noticed from reading different posts that there are quite a few ACAD
objects people can access by using Visual Basic. Is there a comprehensive
list or book somewhere that shows all the ones available (like Preferences,
AcadPreferencesDisplay, etc.)?

Thanks in advance
0 Likes
Message 3 of 10

Anonymous
Not applicable
I almost hate to post this ...

http://www.amazon.com/exec/obidos/tg/detail/-/1590595793/qid=1122468856/sr=8-2/ref=sr_8_xs_ap_i2_xgl14/104-2287968-6547937?v=glance&s=books&n=507846

Joe ...

wrote in message news:5418253@discussion.autodesk.com...
I've noticed from reading different posts that there are quite a few ACAD
objects people can access by using Visual Basic. Is there a comprehensive
list or book somewhere that shows all the ones available (like Preferences,
AcadPreferencesDisplay, etc.)?

Thanks in advance
0 Likes
Message 4 of 10

Anonymous
Not applicable
Is this same thing (Acad Developer Help (User's Guide & Reference).....) in the online help of AutoCAD 2000 Architectural Desktop? That's what we have.
0 Likes
Message 5 of 10

Anonymous
Not applicable
wrote in message news:5418344@discussion.autodesk.com...
Is this same thing (Acad Developer Help (User's Guide & Reference).....) in
the online help of AutoCAD 2000 Architectural Desktop? That's what we have.

in 2007
Help | additional resources | developer help
don't remember for sure about 2000 but I think developer resources was
directly under help (instead of under additional resources)

don't know if adt is different but would assume not

also note that object browser is more direct
(in vba ide)

hth
Mark
0 Likes
Message 6 of 10

Anonymous
Not applicable
I couldn't find it in AutoCAD 2000 Architectural Desktop. I guess I'll just look for objects in the postings. I'm using straight Visual Basic instead of VBA, so I've learned how to adjust for the difference. Thanks for the info, though. The book listed on Amazon in one of these posts may be an option at least for listing the objects.
0 Likes
Message 7 of 10

arcticad
Advisor
Advisor
Joe, You should meet that author he sounds like such a cool guy.
---------------------------



(defun botsbuildbots() (botsbuildbots))
0 Likes
Message 8 of 10

Anonymous
Not applicable
Go to the Help folder of your ADT installation. Browse for the files
acad_dev.chm & adtauto.chm, these are the Autocad Devleoper Help & ADT
Automation reference files.

The objects will be the same in VB as they are for VBA, but accessing them
will be slightly different since you will need to expilcity obtain the
AcadApplication & ADTInterfaceObject. The help should explain this.

Good Luck!

wrote in message news:5418465@discussion.autodesk.com...
I couldn't find it in AutoCAD 2000 Architectural Desktop. I guess I'll just
look for objects in the postings. I'm using straight Visual Basic instead of
VBA, so I've learned how to adjust for the difference. Thanks for the info,
though. The book listed on Amazon in one of these posts may be an option at
least for listing the objects.
0 Likes
Message 9 of 10

Anonymous
Not applicable
Those 2 files are not in the Help Folder, but I did find acadauto.chm which has the objects listed. There was a Acad_dev.cnt file which listed the acadauto.chm.

Thanks for the lead.
0 Likes
Message 10 of 10

Anonymous
Not applicable
Yeah, I have and he seems cool ... 🙂

wrote in message news:5418516@discussion.autodesk.com...
Joe, You should meet that author he sounds like such a cool guy.
0 Likes