ArcMapAddinCoordinateConversion.ContextCopyMGRS.ContextCopyMGRS C# (CSharp) 메소드

ContextCopyMGRS() 공개 메소드

public ContextCopyMGRS ( ) : CoordinateConversionLibrary.Models
리턴 CoordinateConversionLibrary.Models
        public ContextCopyMGRS()
        {
            ctype = CoordinateType.MGRS;
        }
ContextCopyMGRS