Property | Type | Description | |
---|---|---|---|
_form | |||
_instance |
Method | Description | |
---|---|---|
CommandUUID ( ) : System.Guid |
Rhino tracks commands by their unique ID. Every command must have a unique id. The Guid created by the project wizard is unique. You can create more Guids using the "Create Guid" tool in the Tools menu.
|
|
EnglishCommandName ( ) : string | ||
RunCommand ( IRhinoCommandContext context ) : IRhinoCommand.result |
This gets called when when the user runs this command.
|
|
SampleCsModelessFormCommand ( ) : System |
Public constructor
|
Method | Description | |
---|---|---|
SampleCsForm_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void |
public RunCommand ( IRhinoCommandContext context ) : IRhinoCommand.result | ||
context | IRhinoCommandContext | |
return | IRhinoCommand.result |
public SampleCsModelessFormCommand ( ) : System | ||
return | System |
public static SampleCsForm,SampleCsModelessForm _form | ||
return |