Ejemplo n.º 1
0
        public static int GetUserInputAsWKT(string name, out string argout)
        {
            int ret = OsrPINVOKE.GetUserInputAsWKT(name, out argout);

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