Пример #1
0
        public bool TestCapability(string cap)
        {
            bool ret = OgrPINVOKE.Driver_TestCapability(swigCPtr, cap);

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