Click or drag to resize

ViewSettingsUpdateFromState Method

Updates from a particular setting state.

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

Parameters

state
Type: Rhino.ApplicationSettingsViewSettingsState
The new state that will be set.
See Also