Click or drag to resize

ModelAidSettingsUpdateFromState Method

Updates from a particular setting state.

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

Parameters

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