SelCommand Properties |
The SelCommand type exposes the following members.
| 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.) | |
| HistoryReplayOnObjectAttributeChange |
By default, object attribute changes do not trigger history replay.
Set this property to true, typically in the command's constructor, if you
want objects created with this command to trigger history replay when their
attributes change.
(Inherited from Command.) | |
| Id |
Gets the unique ID of this command. It is best to use a Guid
attribute for each custom derived command class since this will
keep the id consistent between sessions of Rhino
GuidAttribute (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 |