PersistentSettings.TryGetSettingType Method

PersistentSettingsTryGetSettingType Method

Get the type of the last value passed to Set... or Get... for the specified setting.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool TryGetSettingType(
	string key,
	out Type type
)
Public Function TryGetSettingType ( 
	key As String,
	<OutAttribute> ByRef type As Type
) As Boolean

Parameters

key
Type: SystemString
Key name for which to search.
type
Type: SystemType
Type of the last value passed to Set... or Get... for the specified setting.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.PersistentSettings.TryGetSettingType(System.String,System.Type@)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also