menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
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
home
/
Rhino.ApplicationSettings
/
CommandAliasList
/
Add
Add method
Class:
Rhino.ApplicationSettings.CommandAliasList
Nothing found