Click or drag to resize

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
)

Parameters

i
Type: SystemInt32
The index at which to get the value.

Return Value

Type: String
The string value if successful.
See Also