File3dmStringTable.GetValue Method (Int32)

File3dmStringTableGetValue Method (Int32)

Returns a string value at a given index.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
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: String
The string value if successful.
Version Information

Rhino for Windows

Supported in: 6.14
See Also