RhinoCommon API
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)
public PersistentSettings GetChild( string key )
Public Function GetChild ( key As String ) As PersistentSettings
Parameters
- key
- Type: SystemString
Key name
Return Value
Type: PersistentSettingsReturns persistent settings for the specified key or throws an exception if the key is invalid.
| Exception | Condition |
|---|---|
| KeyNotFoundException | Thrown if the key does not exist. |