PersistentSettingsGetChild Method |
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
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 See Also