Function Entry: VLAX-PUT-PROPERTY
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLAX-PUT-PROPERTY
Name
vlax-put-property
Class
Visual LISP Property Function
Syntax
(vlax-put-property obj property value [index ...])
Arguments and Values
obj: automation objectproperty: property designatorvalue: new property value- optional index arguments
Description
Sets the value of a property on an automation object.
Return Values
Host-defined success value.
Side Effects
Mutates the state of the target automation object.
Notes
Autodesk's property-access overview treats this as the property-setting counterpart of vlax-get-property when wrapper functions are not used.
Exceptional Situations
Erroneous if the property is absent, read-only, incompatible with the supplied value, or the automation layer is unavailable.
Compatibility
Core part of the ActiveX/VLA property-setting model.
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
- [About Obtaining and Setting an Object's Property (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2024/FRA/AutoCAD-AutoLISP/files/GUID-3221619A-85E4-470E-AF2E-34048BB3DED5.htm)
- Status: documented by official overview; dedicated per-function page still desirable.