LengthUnit Enumeration

HidSharp

LengthUnit Enumeration HIDSharp
Defines the possible units of length.

Namespace: HidSharp.ReportDescriptors.Units
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public enum LengthUnit
public enum LengthUnit
Public Enumeration LengthUnit
Public Enumeration LengthUnit
public enum class LengthUnit
public enum class LengthUnit
type LengthUnit
type LengthUnit
Members

  Member nameValueDescription
None0 The unit system has no unit of length.
Centimeter1 The unit of length is the centimeter (occurs in the SI Linear unit system).
Radians2 The unit of length is the radian (occurs in the SI Rotation unit system).
Inch3 The unit of length is the inch (occurs in the English Linear unit system).
Degrees4 The unit of length is the degree (occurs in the English Rotation unit system).
See Also