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)
echo  (optionally) flag which indicates whether the expression shall be echoed to commandline; NIL or non-NIL; default is NIL

Return

always NIL

Example

(vla-postCommand "(processSelection sset)\n")

Alias


Remarks




©  Bricsys NV. All rights reserved.