File3dmStringTable.GetValue Method (String)

File3dmStringTableGetValue Method (String)

Returns a string value at a key.

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

Parameters

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

Return Value

Type: String
The string value if successful.
Version Information

Rhino for Windows

Supported in: 6.14
See Also