Function Entry: VLAX-GET-OR-CREATE-OBJECT
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLAX-GET-OR-CREATE-OBJECT
Name
vlax-get-or-create-object
Class
Visual LISP automation utility
Syntax
(vlax-get-or-create-object progid)
Arguments and Values
progid— string naming the desired ActiveX object.
Autodesk documents the format as:
<Vendor>.<Component>.<Version>
Description
Returns a running instance of an application object, or creates a new instance if the application is not currently running.
Return Values
VLA-object.
Side Effects
May create an external automation server process.
Compatibility
Available only on Windows; not available on macOS or Web.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [vlax-get-or-create-object (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2026/PTB/AutoCAD-LT-AutoLISP-Reference/files/GUID-7AFF597F-D630-4489-8349-94EF67CCE1F0.htm)
- [About Establishing a Connection to an External Application with ActiveX (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2024/CHT/AutoCAD-AutoLISP/files/GUID-4A45548C-2556-4C92-9801-2996A56448DC.htm)