Click or drag to resize

PersistentSettingsDeleteChild Method

Call this method to delete a child settings key.

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

Parameters

key
Type: SystemString

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

See Also