Create a new scan method


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal t As Integer _ 
)
C#
public ScanMethod(
   int t
)
C++
public:
 ScanMethod(
   int t
) sealed 
J#
public ScanMethod(
   int t
)
JScript
public function ScanMethod(
   t : int
)

Parameters

t
technique number

See Also