LengthUnit Enumeration
Represents the units available for a
Length value.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
Public Enumeration LengthUnit
public enum class LengthUnit
Gemstone.Units.LengthUnit = function();
Gemstone.Units.LengthUnit.createEnum('Gemstone.Units.LengthUnit', false);
| Meters | 0 |
Meter length units.
|
| Feet | 1 |
Foot length units.
|
| Inches | 2 |
Inch length units.
|
| Miles | 3 |
Mile length units.
|
| LightSeconds | 4 |
Light-second length units.
|
| USSurveyFeet | 5 |
U.S. survey foot length units.
|
| USSurveyMiles | 6 |
U.S. survey mile length units.
|
| NauticalMiles | 7 |
Nautical mile length units.
|
| Yards | 8 |
Yard length units.
|