Exemplo n.º 1
0
        public int GetBand()
        {
            int ret = GdalPINVOKE.Band_GetBand(swigCPtr);

            if (GdalPINVOKE.SWIGPendingException.Pending)
            {
                throw GdalPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }