Click or drag to resize

CommandAliasListSetMacro Method

Modifies the macro of a command alias.

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

Parameters

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

Return Value

Type: Boolean
true if successful.
See Also