File3dmStringTable.GetValue Method (String, String)

File3dmStringTableGetValue Method (String, String)

Returns a string value given a section and entry.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public string GetValue(
	string section,
	string entry
)
Public Function GetValue ( 
	section As String,
	entry As String
) As String

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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also