Enum NcAngularMinuteSimpleType
A data type for a minute of a degree, with a restricted range of 0 (inclusive) to 60 (exclusive).
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum NcAngularMinuteSimpleType
Fields
Name | Description |
---|---|
NUMBER_0 | Enum NUMBER_0 for 0 |
NUMBER_60 | Enum NUMBER_60 for 60 |