|
LengthUnits Enumeration
|
Represents the units available for a
Length value.
Namespace:
GSF.Units
Assembly:
GSF.Core (in GSF.Core.dll) Version: 2.2.113-beta
Syntax Public Enumeration LengthUnits
public enum class LengthUnits
GSF.Units.LengthUnits = function();
GSF.Units.LengthUnits.createEnum('GSF.Units.LengthUnits', 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