command
(command [ item1 [ item2 ... ]]
)
This function calls a native command sequence;
(command) cancels the running command or option input.
Arguments |
item1 any native BricsCAD command or option, or any valid
Lisp expression |
Return |
always NIL |
Example |
(command "_layer" "_color" 2 "MyLayer" "") |
Remarks |
(command)(command)
sequence will cancel any running command including an active
command option; |
© Bricsys NV. All rights reserved. |