Click or drag to resize

AppearanceSettingsUpdateFromState Method

Sets all settings to a particular defined joined state.

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

Parameters

state
Type: Rhino.ApplicationSettingsAppearanceSettingsState
A joined settings object.
See Also