The SelCommand type exposes the following members.

Constructors

  NameDescription
Protected methodSelCommand
Initializes a new instance of the SelCommand class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnHelp
Is called when the user needs assistance with this command.
(Inherited from Command.)
Protected methodReplayHistory
Repeats an operation of a command.
(Inherited from Command.)
Protected methodRunCommand (Overrides Command..::..RunCommand(RhinoDoc, RunMode).)
Protected methodSelFilter
Override this virtual function and return true if object should be selected.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBeQuiet
Protected propertyCommandContextHelpUrl
Gets the URL of the command contextual help. This is usually a location of a local CHM file.

The default implementation return an empty string.

(Inherited from Command.)
Public propertyEnglishName
Gets the name of the command. This method is abstract.
(Inherited from Command.)
Public propertyId
Gets the ID of this command. You can associate an ID with the GuidAttribute attribute applied to the class.
(Inherited from Command.)
Public propertyLocalName
Gets the local name of the command.
(Inherited from Command.)
Public propertyPlugIn
Gets the plug-in where this commands is placed.
(Inherited from Command.)
Public propertySettings
Gets the settings of the command.
(Inherited from Command.)
Public propertyTestGrips
Public propertyTestLights

See Also