RhinoAppExecuteCommand Method (String) |
Execute a Rhino command.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static Result ExecuteCommand(
string commandName
)
Public Shared Function ExecuteCommand (
commandName As String
) As Result
Parameters
- commandName
- Type: SystemString
Name of command to run. Use command's localized name or preface with an underscore.
Return Value
Type:
ResultReturns the reult of the command.
Version InformationRhino for Mac
Supported in: 5.4
See Also