RhinoCommon API
PersistentSettingsTryGetEnumValue Method |
| Name | Description | |
|---|---|---|
| TryGetEnumValueT(T) |
Attempt to get the stored value for an enum setting. Note: the enum value ALWAYS gets assigned!
Be sure to check for success of this method to prevent erroneous use of the value.
| |
| TryGetEnumValueT(String, T) |
Attempt to get the stored value for an enum setting using a custom key. Note: the enum value ALWAYS gets assigned!
Be sure to check for success of this method to prevent erroneous use of the value.
|