AsterixDisplayAnalyser.FormMain.Is_Sending_Data_To_Google_Earth C# (CSharp) Method

Is_Sending_Data_To_Google_Earth() public static method

public static Is_Sending_Data_To_Google_Earth ( ) : bool
return bool
        public static bool Is_Sending_Data_To_Google_Earth()
        {
            return Send_Data_To_Google_Earth;
        }
FormMain