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