Skip to content

CommandAliasList

Public Class

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

Returns the number of command alias in Rhino.


Methods

Name

Description


Public Method
Static Member

Adds a new command alias to Rhino.


Public Method
Static Member

Removes all aliases from the list.


Public Method
Static Member

Deletes an existing command alias from Rhino.


Public Method
Static Member

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

Returns the macro of a command alias.


Public Method
Static Member

Returns a list of command alias names.


Public Method
Static Member

Verifies that a command alias exists in Rhino.


Public Method
Static Member

Computes a value indicating if the current alias list is the same as the default alias list.


Public Method
Static Member

Modifies the macro of a command alias.


Public Method
Static Member

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.