Saves a single curve to a file. This file is compatible with Palm Instruments and Ivium PalmSens software.


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

Syntax

Visual Basic (Declaration)
Public Sub Save( _ 
   ByVal strFilename As String _ 
)
C#
public void Save(
   string strFilename
)
C++
public:
 void Save(
   String strFilename
) sealed 
J#
public void Save(
   string strFilename
)
JScript
public  function Save(
   strFilename : String
)

Parameters

strFilename
path to save curve to

See Also