Create a new instance for the specified method


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

Syntax

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

Parameters

scanmethod
method to use

See Also