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 |
| JScript |
|---|
| public class Ranging |
Inheritance Hierarchy
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