Removes a Curve from the collection.


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

Syntax

Visual Basic (Declaration)
Public Sub RemoveCurve( _ 
   ByVal c As Curve _ 
)
C#
public void RemoveCurve(
   Curve c
)
C++
public:
 void RemoveCurve(
   Curve c
) sealed 
J#
public void RemoveCurve(
   Curve c
)
JScript
public  function RemoveCurve(
   c : Curve
)

Parameters

c

Missing <param name="c"> tag for "M:PalmSens.Measurement.RemoveCurve(PalmSens.Curve)"

See Also