AppearanceSettingsGetDefaultState Method |
Gets the factory settings of the application.
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static AppearanceSettingsState GetDefaultState()
Public Shared Function GetDefaultState As AppearanceSettingsState
Return Value
Type:
AppearanceSettingsStateAn instance of a class that represents all the default settings joined together.
See Also