Click or drag to resize

PersistentSettingsGetChild Method

Call this method to get a nested settings PersistentSettings instance, will throw a KeyNotFoundException exception if the key does not exist.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public PersistentSettings GetChild(
	string key
)

Parameters

key
Type: SystemString
Key name

Return Value

Type: PersistentSettings
Returns persistent settings for the specified key or throws an exception if the key is invalid.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThrown if the key does not exist.
See Also