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