Executes a BricsCAD command as if it were typed at the command line.
Syntax
Sub object.RunCommand(Command)
Where:
object Application.
Command is a string variable representing the name of a BricsCAD command.
RunCommand method example