CommandAliasList
Contains static methods and properties to access command aliases.
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.CommandAliasList
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public static class CommandAliasList
The CommandAliasList type exposes the following members.
Properties
Name
Description
Public Property
Static Member
Count
Returns the number of command alias in Rhino.
Methods
Name
Description
Public Method
Static Member
Add
Adds a new command alias to Rhino.
Public Method
Static Member
Clear
Removes all aliases from the list.
Public Method
Static Member
Delete
Deletes an existing command alias from Rhino.
Public Method
Static Member
GetDefaults
Constructs a dictionary containing as keys the default names and as value the default macro.
The returned dictionary contains a copy of the settings.
Public Method
Static Member
GetMacro
Returns the macro of a command alias.
Public Method
Static Member
GetNames
Returns a list of command alias names.
Public Method
Static Member
IsAlias
Verifies that a command alias exists in Rhino.
Public Method
Static Member
IsDefault
Computes a value indicating if the current alias list is the same as the default alias list.
Public Method
Static Member
SetMacro
Modifies the macro of a command alias.
Public Method
Static Member
ToDictionary
Constructs a new dictionary that contains: as keys all names and as values all macros.
Modifications to this dictionary do not affect any Rhino command alias.