public string GetFullName() { string ret = GdalPINVOKE.Attribute_GetFullName(swigCPtr); if (GdalPINVOKE.SWIGPendingException.Pending) { throw GdalPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }