PDA

View Full Version : Suggest links for Vla-functions and examples


TobyKanoby
2007-06-22, 12:32 AM
I'm looking for web tutorials on the "vla-functions and examples" other than what is supplied with AutoCAD help. Does anyone have any suggested links that would be beneficial?

rkmcswain
2007-06-22, 02:03 PM
http://www.afralisp.net/

TobyKanoby
2007-06-22, 07:31 PM
Thanks for your link. I was hoping there were more links. Does Autodesk have any on-line instruction tutorials about Vla-functions and examples? I searched the internet for VLA and came up with all sorts of non-related topics.

CADmium
2007-06-25, 10:35 AM
Google for "Visual LISP Developers Bible" (http://www.steinvb.com/v2/vldb.htm) by David M.Stein

peter
2007-06-25, 02:01 PM
I have a little routine that allows you to navigate the activeX properties of a drawing.

I think it is a great way to learn ActiveX.

Place these two files in your search path.

Load and run Driller

When prompted you can select an object or hit a return to explore the Application application object.

If you double click the count property it will allow you to enter the item of a collection.
If you double click the has attributes property you can select an attribute.

You can change the vlax-trues to vlax-falses and change colors and layers.

If you want you can hit the code button and this routine will export the code of the recent steps you just navigates.

Explore the object model and you will learn the vla functions better.

Peter

mathew.worland
2007-06-26, 02:20 PM
Here is a link that has great examples and explanations.

http://intervision.hjem.wanadoo.dk/vla-index.htm

Matt Worland