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


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

Syntax

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

See Also