Contains all methodparameters for technique Lineair Sweep.


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

Syntax

Visual Basic (Declaration)
Public Class LinearSweep
    Inherits PotentialMethod
C#
public class LinearSweep : PotentialMethod
C++
ref class LinearSweep : PotentialMethod
J#
public class LinearSweep extends PotentialMethod
JScript
public class LinearSweep extends PotentialMethod

Inheritance Hierarchy

System.Object
   PalmSens.Method
      PalmSens.ScanMethod
         PalmSens.PotentialMethod
            PalmSens.Techniques.LinearSweep

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also