vlax-put-property
(vlax-put-property vlaObject property value [
options ] )
This function assigns the value to the
property of the
specified vlaObject.
|
Arguments |
vlaObject (VLA-Object) any COM object |
|
Return |
NIL (mostly, but property-specific) |
|
Example |
(setq myLine
(vlax-ename->vla-object (entlast))) #<VLA-OBJECT
IAcadLine 0000000039E2FF70> |
|
Remarks |
|
| © Bricsys NV. All rights reserved. |