File3dmStringTableDelete Method (String, String) |
Removes document strings from the 3dm file.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public void Delete(
string section,
string entry
)
Public Sub Delete (
section As String,
entry As String
)
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