|
LengthUnit Enumeration
|
Represents the units available for a
Length value.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Public Enumeration LengthUnit
public enum class LengthUnit
GSF.Units.LengthUnit = function();
GSF.Units.LengthUnit.createEnum('GSF.Units.LengthUnit', false);
Members Member name | Value | Description |
---|
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.
|
See Also