T_Rhino_Commands_Result - mcneel/rhinocommon-api-docs GitHub Wiki

Result Enumeration

Defines enumerated constant values for several command result types.

Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public enum Result

VB

Public Enumeration Result

Members

 

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.

Version Information

Supported in: 5D58w

See Also

Reference

Rhino.Commands Namespace

⚠️ **GitHub.com Fallback** ⚠️