Click or drag to resize

File3dmStringTableGetValue Method (String, String)

Returns a string value given a section and entry.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.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 string value if successful.
See Also