CADSTA Max supports LISP, ARX, DBX and .NET assembly applications in AutoCAD and AutoCAD LT with no recompile required. Its engine allows a big variety of AutoCAD-based add-ons to interoperate with AutoCAD LT.
The APPLOAD and NETLOAD commands load LISP, ObjectARX, ObjectDBX and .NET assembly applications in AutoCAD LT; while the Startup Suite loads applications automatically during the startup. CADSTA Max also has an extensive range of VLA and VLR (Reactor) functions. It enables third party applications such as AutoTURN, AccuRender, Space Mouse and CADWorx to work inside AutoCAD and AutoCAD LT.
CADSTA Max is a productivity enhancement add-on. It is a cost effective way to maximize your investment in CAD. CADSTA Max includes all features in CADSTA Tools and CADSTA Elements.
How to download a remote file with VLA functions |
(defun GetRFile ( / objUTL actDoc) (setq actDoc (vla-get-ActiveDocument (vlax-get-acad-object))) (setq objUTL (vla-get-utility actDoc)) (vla-getremotefile objUTL "http://mywebsite.com/index.html" 'locfile :vlax-true ) (vla-isremotefile objUTL lockfile 'pURL) locfile ) |
>> Click here for more samples |
|