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
)
Public Function GetValue (
key As String
) As String
Parameters
- key
- Type: SystemString
The key at which to get the value.
Return Value
Type:
StringThe string value if successful.
See Also