PersistentSettings.DeleteChild Method

PersistentSettingsDeleteChild Method

Call this method to delete a child settings key.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void DeleteChild(
	string key
)
Public Sub DeleteChild ( 
	key As String
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.DeleteChild(System.String)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also