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