Ejemplo n.º 1
0
        public int ExportToWkt(out string argout)
        {
            int ret = OsrPINVOKE.SpatialReference_ExportToWkt(swigCPtr, out argout);

            if (OsrPINVOKE.SWIGPendingException.Pending)
            {
                throw OsrPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }