Enum GradientUnitTypes
Enumeration offering the types on units for a gradient
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public enum GradientUnitTypes : int
Fields
Name | Description |
---|---|
FeetPerKilometre | Feet per Nautical Mile (Ft/km) |
FeetPerNauticalMile | Feet per Nautical Mile (Ft/NM) |
MetresPerKilometre | Metres per Kilometre (m/km) |
MetresPerNauticalMile | Metres per Nautical Mile (m/NM) |
Percentage | Percentage of the gradient |
SlopeDegrees | Slope in degrees of the gradient |