Click or drag to resize

CommandAlias Constructor

Create a new command alias

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public CommandAlias(
	string alias,
	string macro,
	bool instant
)

Parameters

alias
Type: SystemString

[Missing <param name="alias"/> documentation for "M:Rhino.ApplicationSettings.CommandAlias.#ctor(System.String,System.String,System.Boolean)"]

macro
Type: SystemString

[Missing <param name="macro"/> documentation for "M:Rhino.ApplicationSettings.CommandAlias.#ctor(System.String,System.String,System.Boolean)"]

instant
Type: SystemBoolean

[Missing <param name="instant"/> documentation for "M:Rhino.ApplicationSettings.CommandAlias.#ctor(System.String,System.String,System.Boolean)"]

See Also