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
)
Public Shared Sub UpdateFromState (
state As ViewSettingsState
)
Parameters
- state
- Type: Rhino.ApplicationSettingsViewSettingsState
The new state that will be set.
See Also