The SelCommand type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SelCommand | Initializes a new instance of the SelCommand class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnHelp |
Is called when the user needs assistance with this command.
(Inherited from Command.) | |
| ReplayHistory |
Repeats an operation of a command.
(Inherited from Command.) | |
| RunCommand | (Overrides Command..::..RunCommand(RhinoDoc, RunMode).) | |
| SelFilter |
Override this virtual function and return true if object should be selected.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BeQuiet | ||
| CommandContextHelpUrl |
Gets the URL of the command contextual help. This is usually a location of a local CHM file.
(Inherited from Command.)The default implementation return an empty string. | |
| EnglishName |
Gets the name of the command.
This method is abstract.
(Inherited from Command.) | |
| Id |
Gets the ID of this command.
You can associate an ID with the
GuidAttribute attribute
applied to the class.
(Inherited from Command.) | |
| LocalName |
Gets the local name of the command.
(Inherited from Command.) | |
| PlugIn |
Gets the plug-in where this commands is placed.
(Inherited from Command.) | |
| Settings |
Gets the settings of the command.
(Inherited from Command.) | |
| TestGrips | ||
| TestLights |