PersistentSettings.GetSettingType Method

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)
Syntax
public 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
ExceptionCondition
KeyNotFoundException A KeyNotFoundException exception is thrown if the key is not found in the settings dictionary.
Version Information

Rhino for Windows

Supported in: 6.8
See Also