T_Rhino_Commands_Result - mcneel/rhinocommon-api-docs GitHub Wiki
Defines enumerated constant values for several command result types.
Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum ResultVB
Public Enumeration Result
| Member name | Value | Description | |
|---|---|---|---|
| Success | 0 | Command worked. | |
| Cancel | 1 | User canceled command. | |
| Nothing | 2 | Command did nothing but cancel was not pressed. | |
| Failure | 3 | Command failed (bad input, computational problem, etc.) | |
| UnknownCommand | 4 | Command not found (user probably had a typo in command name). | |
| CancelModelessDialog | 5 | Commands canceled and modeless dialog. | |
| ExitRhino | 268435455 | exit RhinoCommon. |
Supported in: 5D58w