public static double GetElevationAngleValue(ElevationAngleTypes type)
 {
     return(ElevationAngleTypesDic[type]);
 }
 public ElevationAngle(ElevationAngleTypes type) : base(ElevationAngleTypesDic[type], UnitAngle.Basic)
 {
 }