AsterixDisplayAnalyser.GeoCordSystemDegMinSecUtilities.DegMinSecType.DegMinSecType C# (CSharp) Метод

DegMinSecType() публичный Метод

public DegMinSecType ( ) : System
Результат System
            public DegMinSecType()
            {
                Deg = 0;
                Min = 0;
                Sec = 0;
                Prefix = LatLongPrefix.Not_Valid;
            }

Same methods

GeoCordSystemDegMinSecUtilities.DegMinSecType::DegMinSecType ( int Deg_In, int Min_In, double Sec_In, LatLongPrefix Prefix_In ) : System
GeoCordSystemDegMinSecUtilities.DegMinSecType