示例#1
0
        public int GetMaskFlags()
        {
            int ret = GdalPINVOKE.Band_GetMaskFlags(swigCPtr);

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