File3dmStringTable.GetKey Method

File3dmStringTableGetKey Method

Returns a key value at a given index.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public string GetKey(
	int i
)
Public Function GetKey ( 
	i As Integer
) As String

Parameters

i
Type: SystemInt32
The index.

Return Value

Type: String
The key if successful.
Version Information

Rhino for Windows

Supported in: 6.14
See Also