Description:

Adds a new command alias to Rhino.

Syntax:
public static bool Add(
string alias,
string macro
)
Parameters:
  • alias
  • Type: string
  • [in] The name of the command alias.
  • macro
  • Type: string
  • [in] The command macro to run when the alias is executed.
Returns:
Type: bool
True if successful.
Available since:
5.0

Nothing found