CommandAliasList.GetDefaults Method

CommandAliasListGetDefaults Method

Constructs a dictionary containing as keys the default names and as value the default macro.

The returned dicionary contains a copy of the settings.

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

Return Value

Type: DictionaryString, String
A new dictionary with the default name/macro combinantions.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also