vla-postcommand
(vla-postcommand cmdString
[echo])
Posts an expression (command name or Lisp
expression) to BricsCAD, to be executed in asynchronous mode (when
BricsCAD is idle).
Arguments |
cmdString (string) the command string including arguments, or
a Lisp expression; must be finished with \n
(enter/return) |
Return |
always NIL |
Example |
(vla-postCommand "(processSelection sset)\n") |
Alias |
|
Remarks |
|
© Bricsys NV. All rights reserved. |