| PersistentSettingsGetSettingType Method  | 
 
            Gets the type of the last value passed to Set... or Get... for the
            specified setting.
            
 
    Namespace: 
   Rhino
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 6.0
 Syntax
Syntaxpublic Type GetSettingType(
	string key
)
Public Function GetSettingType ( 
	key As String
) As Type
Parameters
- key
- Type: SystemString
 Key name for which to search.
Return Value
Type: 
Type
            Type of the last value passed to Set... or Get... for the specified
            setting.
            
 Exceptions
Exceptions| Exception | Condition | 
|---|
| KeyNotFoundException | A KeyNotFoundException exception is thrown if the key is not found in
            the settings dictionary. | 
 See Also
See Also