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)
Syntaxpublic static Dictionary<string, string> ToDictionary()
Public Shared Function ToDictionary As Dictionary(Of String, String)
Return Value
Type:
DictionaryString,
StringThe new dictionary.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also