public int DemoteTo2D(string name) { int ret = OsrPINVOKE.SpatialReference_DemoteTo2D(swigCPtr, name); if (OsrPINVOKE.SWIGPendingException.Pending) { throw OsrPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }