public int ImportFromPCI(string proj, string units, double[] argin) { int ret = OsrPINVOKE.SpatialReference_ImportFromPCI(swigCPtr, proj, units, argin); if (OsrPINVOKE.SWIGPendingException.Pending) { throw OsrPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }