CommandAliasListGetAlias Method |
Get command alias from the list
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic static CommandAlias GetAlias(
int index
)
Public Shared Function GetAlias (
index As Integer
) As CommandAlias
Parameters
- index
- Type: SystemInt32
[Missing <param name="index"/> documentation for "M:Rhino.ApplicationSettings.CommandAliasList.GetAlias(System.Int32)"]
Return Value
Type:
CommandAliasnull is index is out of range
See Also