ArcMapAddinCoordinateConversion.ContextCopyMGRS.ContextCopyMGRS C# (CSharp) Méthode

ContextCopyMGRS() public méthode

public ContextCopyMGRS ( ) : CoordinateConversionLibrary.Models
Résultat CoordinateConversionLibrary.Models
        public ContextCopyMGRS()
        {
            ctype = CoordinateType.MGRS;
        }
ContextCopyMGRS