PersistentSettings.GetChild Method

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)
Syntax
public PersistentSettings GetChild(
	string key
)
Public Function GetChild ( 
	key As String
) As PersistentSettings

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.
Version Information

Rhino for Windows

Supported in: 6.8
See Also