File3dmStringTableGetValue Method (Int32) |
Returns a string value at a given index.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public string GetValue(
int i
)
Public Function GetValue (
i As Integer
) As String
Parameters
- i
- Type: SystemInt32
The index at which to get the value.
Return Value
Type:
StringThe string value if successful.
See Also