Each tValue has it's tLabel with the same index, describing the function of the value. The tLabel for a tValue may differ for each technique.


Namespace: PalmSens.DataFiles
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public tLabel As String()
C#
public string[] tLabel;
C++
public:
 array<String>^ tLabel sealed ;
J#
public string[] tLabel
JScript
public tLabel : String[];

See Also