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