Click or drag to resize

StringTableDelete Method (String, String)

Removes user data strings from the document.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void Delete(
	string section,
	string entry
)

Parameters

section
Type: SystemString
name of section to delete. If null, all sections will be deleted.
entry
Type: SystemString
name of entry to delete. If null, all entries will be deleted for a given section.
See Also