示例#1
0
        public string GetFullName()
        {
            string ret = GdalPINVOKE.Attribute_GetFullName(swigCPtr);

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