Click or drag to resize

File3dmStringTableGetValue Method (String)

Returns a string value at a key.

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

Parameters

key
Type: SystemString
The key at which to get the value.

Return Value

Type: String
The string value if successful.
See Also