MissionPlanner.Georefimage.SingleLocation.getAltitude C# (CSharp) Method

getAltitude() public method

public getAltitude ( bool AMSL ) : double
AMSL bool
return double
            public double getAltitude(bool AMSL)
            {
                return (AMSL ? AltAMSL : RelAlt);
            }
        }
Georefimage.SingleLocation