AutoCAD 2012 帮助
 
Visual LISP Extensions to AutoLISP
 
 
 

The extended AutoLISP functions provided with VLISP consist of curve measurement, data conversion, object-handling, property-handling, collection manipulation, and dictionary-handling functions. The function names are prefixed with vlax-. These functions are in addition to the ActiveX® methods provided through vla-* functions.

NoteBefore you can use the AutoLISP extensions, you must issue the following command:

(vl-load-com)

The vl-load-com function also initializes ActiveX support for AutoLISP.


AutoLISP Function Synopsis
Category Summary
Basic Functions
Utility Functions
Selection Set, Object, and Symbol Table Functions
Memory Management Functions
Visual LISP Extensions to AutoLISP
ActiveX Collection Manipulation Functions
ActiveX Data Conversion Functions
ActiveX Method Invocation Functions
ActiveX Object-Handling Functions
ActiveX Property-Handling Functions
Curve Measurement Functions
Dictionary Functions
Functions for Handling Drawing Objects
Reactor Functions
VLX Namespace Functions
Namespace Communication Functions
Windows Registry Functions