Ranging settings This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


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

Syntax

Visual Basic (Declaration)
Public MustInherit Class Ranging
C#
public abstract class Ranging
C++
ref class Ranging abstract 
J#
public  class Ranging
JScript
public  class Ranging

Inheritance Hierarchy

System.Object
   PalmSens.Ranging
      PalmSens.AutoRanging
      PalmSens.FixedCurrentRange

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