Result enum

Defines enumerated constant values for several command result types.

Namespace: Rhino.Commands
Result: references

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 = 0x0FFFFFFF

 
exit RhinoCommon.

Nothing found