ViewSettingsUpdateFromState Method |
Updates from a particular setting state.
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static void UpdateFromState(
ViewSettingsState state
)
Public Shared Sub UpdateFromState (
state As ViewSettingsState
)
Parameters
- state
- Type: Rhino.ApplicationSettingsViewSettingsState
The new state that will be set.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also