Click or drag to resize

SmartTrackSettingsUpdateFromState Method

Updates from a particular setting state.

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

Parameters

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