Click or drag to resize

FileSettingsUpdateFromState Method

Sets all settings to a particular defined joined state.

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

Parameters

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