Click or drag to resize

File3dmStringTableDelete Method (String)

Removes a document string from the 3dm file.

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

Parameters

key
Type: SystemString
The key to remove.
See Also