Click or drag to resize

AppearanceSettingsGetCurrentState Method

Gets the current settings of the application.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static AppearanceSettingsState GetCurrentState()

Return Value

Type: AppearanceSettingsState
An instance of a class that represents all the settings as they appear in the Rhino _Options dialog, joined in a single class.
See Also