AutoCAD Electrical
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
AcadE Install Directorie s: GLOBAL VARIABLES
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
78 Views, 1 Replies
11-21-2003 04:44 AM
I would like to know if it is 'safe' for me to make use of some of the global variables that are set and used by the various AcadE API commands.
Specifically, I am looking at variables like"GBL_wd_DocSetBase" which points to the support directory for AcadE files.
I would be using them in my VisuaLisp programs.
Glenn Buttke
Rockwell Automation
Specifically, I am looking at variables like"GBL_wd_DocSetBase" which points to the support directory for AcadE files.
I would be using them in my VisuaLisp programs.
Glenn Buttke
Rockwell Automation
*Autodesk\
Re: AcadE Install Directorie s: GLOBAL VARIABLES
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-24-2003 09:41 PM in reply to:
gpbuttke
There are no plans that I am aware of to rename the
existing global variables... so I believe you're totally safe to go ahead
and reference these "GBL_wd_" prefixed variables in your custom utilities and
such.
existing global variables... so I believe you're totally safe to go ahead
and reference these "GBL_wd_" prefixed variables in your custom utilities and
such.

