示例#1
0
 public static void SetPROJSearchPaths(string[] paths)
 {
     OsrPINVOKE.SetPROJSearchPaths((paths != null)? new OsrPINVOKE.StringListMarshal(paths)._ar : null);
     if (OsrPINVOKE.SWIGPendingException.Pending)
     {
         throw OsrPINVOKE.SWIGPendingException.Retrieve();
     }
 }