Example #1
0
 public void GetNoDataValue(out double val, out int hasval)
 {
     GdalPINVOKE.Band_GetNoDataValue(swigCPtr, out val, out hasval);
     if (GdalPINVOKE.SWIGPendingException.Pending)
     {
         throw GdalPINVOKE.SWIGPendingException.Retrieve();
     }
 }