Click or drag to resize

StringTableGetValue Method (String, String)

Gets a user data string from the document.

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

Parameters

section
Type: SystemString
The section at which to get the value.
entry
Type: SystemString
The entry to search for.

Return Value

Type: String
The user data.
See Also