VAGSuite.frmMain.GetMapCorrectionOffset C# (CSharp) Method

GetMapCorrectionOffset() private method

private GetMapCorrectionOffset ( string mapname ) : double
mapname string
return double
        private double GetMapCorrectionOffset(string mapname)
        {
            return 0;
        }
frmMain