CommandAliasList.ToDictionary Method

CommandAliasListToDictionary Method

Constructs a new dictionary that contains: as keys all names and as values all macros.

Modifications to this dictionary do not affect any Rhino command alias.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Dictionary<string, string> ToDictionary()
Public Shared Function ToDictionary As Dictionary(Of String, String)

Return Value

Type: DictionaryString, String
The new dictionary.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also