public int GetBand() { int ret = GdalPINVOKE.Band_GetBand(swigCPtr); if (GdalPINVOKE.SWIGPendingException.Pending) { throw GdalPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }