public static string OSRCRSInfo_area_name_get(CRSInfo crsInfo) { string ret = OsrPINVOKE.OSRCRSInfo_area_name_get(CRSInfo.getCPtr(crsInfo)); if (OsrPINVOKE.SWIGPendingException.Pending) { throw OsrPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }