コード例 #1
0
 public static void GetProjectionMethodParamInfo(string method, string param, out string usrname, out string type, ref double defaultval)
 {
     OsrPINVOKE.GetProjectionMethodParamInfo(method, param, out usrname, out type, ref defaultval);
     if (OsrPINVOKE.SWIGPendingException.Pending)
     {
         throw OsrPINVOKE.SWIGPendingException.Retrieve();
     }
 }