Click or drag to resize

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
public Type GetSettingType(
	string key
)

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.
See Also