Sets the property of an ActiveX object
(vlax-put-property obj property arg)
This function was formerly known as vlax-put.
Arguments
A VLA-object.
A symbol or string naming the property to be set.
The value to be set.
Return Values
Nil, if successful.
Examples
Color an object red:
_$ (vlax-put-property vlaobj 'Color 1)
nil
vlax-get-property and vlax-property-available-p functions.
The