vlax-put-property
 
 
 

Sets the property of an ActiveX object

(vlax-put-property obj property arg)

This function was formerly known as vlax-put.

Arguments

obj

A VLA-object.

property

A symbol or string naming the property to be set.

arg

The value to be set.

Return Values

Nil, if successful.

Examples

Color an object red:

_$ (vlax-put-property vlaobj
'Color 1)
nil
See Also