vlax-import-type-library
(vlax-import-type-library :tlb-filename
filename [ :methods-prefix methodPrefix [ :properties-prefix
propertyPrefix [ :constants-prefix constPrefix ] ] ])
This function imports the specified COM
TypeLibrary (.tlb) filename, and generates Lisp
wrapper functions for the properties and methods provided by the
COM interface exposed by the TypeLibrary.
Arguments |
:tlb-filename
(fixed symbol) |
Return |
T or NIL |
Example |
(vla-get.layer) the
"property prefix" for COM properties is "vla-" ("get-" and "put-"
are automatically added by Lisp core) |
Remarks |
|
© Bricsys NV. All rights reserved. |