RunCommand method

Executes an IntelliCAD command as if it were typed in the command line.

Syntax

Sub RunCommand(Command)

Where:

      Command is a string variable representing the name of an IntelliCAD command.

Examples...

RunCommand method example