ArcMapAddinCoordinateConversion.ContextCopyMGRS.ContextCopyMGRS C# (CSharp) Method

ContextCopyMGRS() public method

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