Load curve file with specified method.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal method As Method,  _ 
   ByVal strFilename As String _ 
)
C#
public CurveFile(
   Method method,
   string strFilename
)
C++
public:
 CurveFile(
   Method method,
   String strFilename
) sealed 
J#
public CurveFile(
   Method method,
   string strFilename
)
JScript
public function CurveFile(
   method : Method,
   strFilename : String
)

Parameters

method
method to use
strFilename
curvefile to load

See Also