| PersistentSettingsTryGetEnumValueT Method | 
Namespace: Rhino
 Syntax
Syntaxpublic bool TryGetEnumValue<T>( string key, out T enumValue ) where T : struct, new(), IConvertible
[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.TryGetEnumValue``1(System.String,``0@)"]
[Missing <param name="enumValue"/> documentation for "M:Rhino.PersistentSettings.TryGetEnumValue``1(System.String,``0@)"]
[Missing <typeparam name="T"/> documentation for "M:Rhino.PersistentSettings.TryGetEnumValue``1(System.String,``0@)"]
 See Also
See Also