jammie Posted September 9, 2009 Posted September 9, 2009 This is more of a general curiosity really When using APPLOAD, there is a list of all the Loaded Applications in an AutoCAD drawing. This includes any ARX, DLLS, LSP etc... The express tools LSP, retrieves a list of all variables, commands & fuctions loaded in a drawing Is there a collection or table that can be accessed to retrieve this info directly? Thanks for any help Jammie Quote
ReMark Posted September 9, 2009 Posted September 9, 2009 What do you mean by "retrieve this info directly"? Quote
jammie Posted September 9, 2009 Author Posted September 9, 2009 What do you mean by "retrieve this info directly"? Ideally return a list of names of any custom routines loaded into an Acad drawing. It would function similar to the LSP command Quote
Lee Mac Posted September 9, 2009 Posted September 9, 2009 Jammie, The Express Tools "LSP.lsp" uses a method to filter the return of the atoms-family function - much the same way as Michael Puckett's Atoms.vlx function does - (only his is better ) Quote
jammie Posted September 9, 2009 Author Posted September 9, 2009 Jammie, The Express Tools "LSP.lsp" uses a method to filter the return of the atoms-family function - much the same way as Michael Puckett's Atoms.vlx function does - (only his is better ) Thanks for that Lee, I had actually forgotten about the atoms-family function. If it was a dog, it probably would have bitten me Regards, Jammie Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.