Click or drag to resize

CommandAliasListUpdate Method

Add or modify the command aliases with a list of aliases

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static void Update(
	IEnumerable<CommandAlias> aliases,
	bool replaceAll
)

Parameters

aliases
Type: System.Collections.GenericIEnumerableCommandAlias

[Missing <param name="aliases"/> documentation for "M:Rhino.ApplicationSettings.CommandAliasList.Update(System.Collections.Generic.IEnumerable{Rhino.ApplicationSettings.CommandAlias},System.Boolean)"]

replaceAll
Type: SystemBoolean

[Missing <param name="replaceAll"/> documentation for "M:Rhino.ApplicationSettings.CommandAliasList.Update(System.Collections.Generic.IEnumerable{Rhino.ApplicationSettings.CommandAlias},System.Boolean)"]

See Also