IAcadApplicationRunCommand Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void RunCommand(
string Command
)
Sub RunCommand (
Command As String
)
void RunCommand(
[InAttribute] String^ Command
)
abstract RunCommand :
Command : string -> unit
Parameters
- Command
- Type: SystemString
See Also