Click or drag to resize

CommandAliasListAdd Method

Adds a new command alias to Rhino.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static bool Add(
	string alias,
	string macro
)

Parameters

alias
Type: SystemString
[in] The name of the command alias.
macro
Type: SystemString
[in] The command macro to run when the alias is executed.

Return Value

Type: Boolean
true if successful.
See Also