Click or drag to resize

CommandAliasListGetAlias Method

Get command alias from the list

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static CommandAlias GetAlias(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Rhino.ApplicationSettings.CommandAliasList.GetAlias(System.Int32)"]

Return Value

Type: CommandAlias
null is index is out of range
See Also