ArcMapAddinCoordinateConversion.ContextCopyMGRS.ContextCopyMGRS C# (CSharp) Метод

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

public ContextCopyMGRS ( ) : CoordinateConversionLibrary.Models
Результат CoordinateConversionLibrary.Models
        public ContextCopyMGRS()
        {
            ctype = CoordinateType.MGRS;
        }
ContextCopyMGRS