Click or drag to resize

CommandAliasListGetDefaults Method

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

The returned dictionary contains a copy of the settings.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Dictionary<string, string> GetDefaults()

Return Value

Type: DictionaryString, String
A new dictionary with the default name/macro combinations.
See Also